Flake: add nixpkgs patches

This commit is contained in:
Toast 2025-03-17 19:32:59 +01:00
parent 00cbe6876e
commit 5832fcb26b
3 changed files with 40 additions and 0 deletions

View file

@ -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 {