Skip to content

Commit

Permalink
Add haskellNix to nix tools
Browse files Browse the repository at this point in the history
  • Loading branch information
zeme-wana committed Feb 13, 2024
1 parent 9ab2166 commit 5c67a95
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nix-tools/static/zipped.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ let
[ pkgs.nix pkgs.gitMinimal ]
++ stringifyInputs inputs
++ stringifyInputs inputs.haskellNix.inputs;

buildInputs = [
[ pkgs.nix pkgs.gitMinimal ]
++ stringifyInputs inputs
++ stringifyInputs inputs.haskellNix.inputs;
];
} ''
export HOME=$(mktemp -d)
mkdir $out
Expand Down

0 comments on commit 5c67a95

Please sign in to comment.