We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c77b353 commit 135ffffCopy full SHA for 135ffff
.github/workflows/update.yml
@@ -18,7 +18,7 @@ jobs:
18
substituters = https://cache.iog.io https://cache.zw3rk.com https://cache.nixos.org/
19
- name: "Update stackage.nix"
20
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
+ nix build github:input-output-hk/haskell.nix#haskell-nix.nix-tools-unchecked.exes.lts-to-nix -o lts-to-nix
22
git submodule update --init
23
LTS_TO_NIX=lts-to-nix/bin/lts-to-nix ./update.sh
24
- name: Commit and push changes
0 commit comments