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:
parent
0b7be3144c
commit
966d88f2ba
6 changed files with 1816 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue