From e94c4e281c52611e5ed7c66127abba79abbeedd7 Mon Sep 17 00:00:00 2001 From: Sean D Gillespie Date: Fri, 11 Oct 2024 16:07:35 -0400 Subject: [PATCH] REBASEME: Trying something... --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 8547c60..09adae9 100644 --- a/flake.nix +++ b/flake.nix @@ -219,7 +219,7 @@ nativeBuildInputs = [ pkgs.nix ]; } '' nix --offline --extra-experimental-features "nix-command flakes" \ - print-dev-env ${builtins.unsafeDiscardOutputDependency drv.drvPath} >> $out + print-dev-env '${builtins.unsafeDiscardOutputDependency drv.drvPath}^*' >> $out ''; # this needs to be linux. It would be great if we could have this # eval platform agnostic, but flakes don't permit this. A the