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:
teutat3s 2021-10-06 07:27:50 +00:00 committed by Benjamin Bädorf
parent 0f4f8eca37
commit 916a812af1

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
'';
};