[NixOS] Use custom nix with same version as what is in nixpkgs
This commit is contained in:
parent
2d487207d1
commit
654146f803
@ -60,8 +60,7 @@
|
||||
};
|
||||
|
||||
nix = {
|
||||
url = github:IvanMalison/nix;
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
url = github:IvanMalison/nix/my2.15.1;
|
||||
};
|
||||
|
||||
flake-utils = {
|
||||
|
@ -5,6 +5,10 @@
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
registry.nixpkgs.flake = inputs.nixpkgs;
|
||||
settings = {
|
||||
keep-outputs = true;
|
||||
keep-derivations = true;
|
||||
};
|
||||
};
|
||||
|
||||
nixpkgs.overlays = with inputs; [
|
||||
|
Loading…
Reference in New Issue
Block a user