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