Flake: backport nixpkgs pr to stable nixpkgs
This commit is contained in:
parent
91da240751
commit
83f7d01824
1 changed files with 6 additions and 1 deletions
|
|
@ -105,7 +105,12 @@
|
|||
nixpkgs-patched = nixpkgs-raw.legacyPackages.x86_64-linux.applyPatches {
|
||||
name = "patched-nixpkgs";
|
||||
src = nixpkgs-raw;
|
||||
patches = [];
|
||||
patches = [
|
||||
(nixpkgs-raw.legacyPackages.x86_64-linux.fetchpatch {
|
||||
url = "https://github.com/NixOS/nixpkgs/pull/370713.patch";
|
||||
hash = "sha256-gZPP99e42XdYrQz9wWHpS0ChRhK7m9Yitmy7UT5OxiM=";
|
||||
})
|
||||
];
|
||||
};
|
||||
# https://discourse.nixos.org/t/proper-way-of-applying-patch-to-system-managed-via-flake/21073/26
|
||||
nixpkgs-unstable = (import "${nixpkgs-unstable-patched}/flake.nix").outputs {self = inputs.nixpkgs-unstable-raw;};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue