Flake: add nixpkgs patches
This commit is contained in:
parent
00cbe6876e
commit
5832fcb26b
3 changed files with 40 additions and 0 deletions
|
|
@ -99,6 +99,8 @@
|
|||
name = "patched-nixpkgs-unstable";
|
||||
src = nixpkgs-unstable-raw;
|
||||
patches = [
|
||||
./nixpkgs-patches/kinfocenter-preserve-argv0.patch
|
||||
./nixpkgs-patches/pr390197.patch
|
||||
];
|
||||
};
|
||||
nixpkgs-patched = nixpkgs-raw.legacyPackages.x86_64-linux.applyPatches {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue