Skip to content

Commit 135ffff

Browse files
committed
Use static nix-tools from haskell.nix
1 parent c77b353 commit 135ffff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
substituters = https://cache.iog.io https://cache.zw3rk.com https://cache.nixos.org/
1919
- name: "Update stackage.nix"
2020
run: |
21-
nix build github:input-output-hk/haskell.nix#haskell-nix.nix-tools.ghc8107.project.hsPkgs.nix-tools.components.exes.lts-to-nix -o lts-to-nix
21+
nix build github:input-output-hk/haskell.nix#haskell-nix.nix-tools-unchecked.exes.lts-to-nix -o lts-to-nix
2222
git submodule update --init
2323
LTS_TO_NIX=lts-to-nix/bin/lts-to-nix ./update.sh
2424
- name: Commit and push changes

0 commit comments

Comments
 (0)