Skip to content

Commit

Permalink
Use haskell.nix/nix-tools-static.nix instead of haskell-nix-example/nix
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Mar 25, 2024
1 parent e91ff95 commit 135704b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlays/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ let
static-nix-tools =
let
# TODO replace once haskell-nix-examples nix-tools is in haskell.nix
zipFile = (import final.haskell-nix.sources.nix-tools-static final).${final.system};
zipFile = (import ../nix-tools-static.nix final).${final.system};
tarball = final.runCommand "nix-tools" {
nativeBuildInputs = [ final.unzip ];
} ''
Expand Down

0 comments on commit 135704b

Please sign in to comment.