From 916a812af158c9c37c700ead91cbd7949b5a10b2 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Wed, 6 Oct 2021 07:27:50 +0000 Subject: [PATCH] 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 Co-committed-by: teutat3s --- profiles/core/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/profiles/core/default.nix b/profiles/core/default.nix index f0f8b407..c4247377 100644 --- a/profiles/core/default.nix +++ b/profiles/core/default.nix @@ -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 ''; };