Skip to content

Commit

Permalink
Merge pull request #3 from input-output-hk/hkm/use-static-nix-tools
Browse files Browse the repository at this point in the history
Use static nix-tools from haskell.nix
  • Loading branch information
hamishmack authored Sep 18, 2024
2 parents c77b353 + 135ffff commit f21de53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
substituters = https://cache.iog.io https://cache.zw3rk.com https://cache.nixos.org/
- name: "Update stackage.nix"
run: |
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
git submodule update --init
LTS_TO_NIX=lts-to-nix/bin/lts-to-nix ./update.sh
- name: Commit and push changes
Expand Down

0 comments on commit f21de53

Please sign in to comment.