mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 15:36:35 +01:00
nix keep going
This commit is contained in:
parent
f8d54acaa8
commit
e10d93c220
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ in {
|
|||
experimental-features = [ "nix-command" "flakes" ];
|
||||
warn-dirty = true;
|
||||
use-xdg-base-directories = true;
|
||||
keep-going = true;
|
||||
};
|
||||
package = pkgs.nix;
|
||||
registry = lib.mkForce ((lib.mapAttrs (_: flake: { inherit flake; })) ((lib.filterAttrs (_: lib.isType "flake")) self.inputs) // {
|
||||
|
|
Loading…
Reference in a new issue