move not-os patches to dedicated folder
This commit is contained in:
parent
007ca18cab
commit
efe58d8106
10
flake.nix
10
flake.nix
|
@ -18,11 +18,11 @@
|
||||||
name = "not-os-patched";
|
name = "not-os-patched";
|
||||||
src = not-os;
|
src = not-os;
|
||||||
patches = [
|
patches = [
|
||||||
./network.patch
|
./not-os-patches/network.patch
|
||||||
./pr-28.patch
|
./not-os-patches/pr-28.patch
|
||||||
./pr-29.patch
|
./not-os-patches/pr-29.patch
|
||||||
./pr-30.patch
|
./not-os-patches/pr-30.patch
|
||||||
./pr-31.patch
|
./not-os-patches/pr-31.patch
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue