core: fix nix search, set nix-dram's default-flake option
This commit is contained in:
parent
9d0e9efb47
commit
31414d958a
|
@ -109,7 +109,8 @@ in
|
||||||
keep-outputs = true
|
keep-outputs = true
|
||||||
keep-derivations = true
|
keep-derivations = true
|
||||||
fallback = true
|
fallback = true
|
||||||
experimental-features = nix-command flakes
|
# used by nix-dram
|
||||||
|
default-flake = flake:nixpkgs
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue