Flake: Add patch to fix nixpkgs-unstable grup install script

This commit is contained in:
Toast 2025-02-19 16:19:07 +01:00
parent d0a38fbfa3
commit 36d0ee851e
2 changed files with 27 additions and 2 deletions

View file

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