Flake: Add patch to fix nixpkgs-unstable grup install script
This commit is contained in:
parent
d0a38fbfa3
commit
36d0ee851e
2 changed files with 27 additions and 2 deletions
|
|
@ -100,7 +100,9 @@
|
|||
nixpkgs-unstable-patched = nixpkgs-raw.legacyPackages.x86_64-linux.applyPatches {
|
||||
name = "patched-nixpkgs-unstable";
|
||||
src = nixpkgs-unstable-raw;
|
||||
patches = [];
|
||||
patches = [
|
||||
./nixpkgs_patches/pr383269.patch
|
||||
];
|
||||
};
|
||||
nixpkgs-patched = nixpkgs-raw.legacyPackages.x86_64-linux.applyPatches {
|
||||
name = "patched-nixpkgs";
|
||||
|
|
@ -172,7 +174,8 @@
|
|||
then home-manager
|
||||
else home-manager-unstable
|
||||
)
|
||||
.nixosModules.home-manager
|
||||
.nixosModules
|
||||
.home-manager
|
||||
(
|
||||
if stable
|
||||
then nix-index-db
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue