forked from colonelpanic/dotfiles
[NixOS] Use custom nix with same version as what is in nixpkgs
This commit is contained in:
@@ -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; [
|
||||
|
||||
Reference in New Issue
Block a user