core: fix nix search with dram (again) (#32)
This somehow got lost in our commit history Reviewed-on: https://git.b12f.io/pub-solar/os/pulls/32 Co-authored-by: teutat3s <teutates@mailbox.org> Co-committed-by: teutat3s <teutates@mailbox.org>
This commit is contained in:
parent
0f4f8eca37
commit
916a812af1
|
@ -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