pkgs/nixos-rebuild: copy locally and apply my patches

these patches can be found as pull requests in nixpkgs repository
https://github.com/NixOS/nixpkgs/pull/316301
https://github.com/NixOS/nixpkgs/pull/320462
This commit is contained in:
Wroclaw 2024-06-20 20:05:30 +02:00
parent 0b7be3144c
commit 966d88f2ba
6 changed files with 1816 additions and 0 deletions

View file

@ -15,6 +15,7 @@ let
( import ../overlays/selfExpr.nix { nixpkgsPath = ./impure.nix; } )
( import ../overlays/unstable.nix )
( import ../overlays/version-info-fixup.nix { inherit inputs; } )
( import "${inputs.nixpkgs}/pkgs/top-level/by-name-overlay.nix" ../by-name )
];
};
in