core: fix nix search, set nix-dram's default-flake option

This commit is contained in:
teutat3s 2021-09-23 01:10:40 +02:00
parent 9d0e9efb47
commit 31414d958a
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -109,7 +109,8 @@ in
keep-outputs = true
keep-derivations = true
fallback = true
experimental-features = nix-command flakes
# used by nix-dram
default-flake = flake:nixpkgs
'';
};