mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-02 23:47:18 +02:00
Remove signal patch
This commit is contained in:
parent
c4b226436c
commit
2993f138d8
2 changed files with 2 additions and 23 deletions
|
@ -8,7 +8,7 @@ let
|
|||
nixpkgs-patched-src = (import inputs.nixpkgs { system = arch; }).applyPatches {
|
||||
name = "nixpkgs-patches";
|
||||
src = inputs.nixpkgs;
|
||||
patches = [ ../patches/signal.patch ../patches/bcachefs-systemd-stage-1.patch ];
|
||||
patches = [ ../patches/bcachefs-systemd-stage-1.patch ];
|
||||
};
|
||||
in
|
||||
{
|
||||
|
@ -24,7 +24,7 @@ in
|
|||
nixpkgs-patched-src = (import nixpkgs { inherit system; }).applyPatches {
|
||||
name = "nixpkgs-patched";
|
||||
src = nixpkgs;
|
||||
patches = [ ../patches/signal.patch ../patches/bcachefs-systemd-stage-1.patch ];
|
||||
patches = [ ../patches/bcachefs-systemd-stage-1.patch ];
|
||||
};
|
||||
in
|
||||
nixpkgs.lib.nixosSystem {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue