Skip to content

Commit

Permalink
link to dnixd
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Nov 15, 2024
1 parent 48270be commit 1201066
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,10 @@
default = pkgs.nix-installer-static;
} // nixpkgs.lib.optionalAttrs (pkgs.stdenv.isDarwin) {
default = pkgs.nix-installer;

determinate-nixd = pkgs.runCommand "determinate-nixd-link" {} ''
ln -s ${optionalPathToDeterminateNixd system} $out
'';
});

hydraJobs = {
Expand Down

0 comments on commit 1201066

Please sign in to comment.