Skip to content

Commit

Permalink
REBASEME: Trying something...
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillespie committed Oct 11, 2024
1 parent e4c0b24 commit e94c4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e94c4e2

Please sign in to comment.