Skip to content

Commit

Permalink
Merge pull request #9 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 3576a9e + 9444b21 commit 6fc111a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- name: "Update hackage.nix and stackage.nix"
run: |
export CABAL_DIR=$HOME/.cabal
nix run github:input-output-hk/haskell.nix#haskell-nix.cabal-install.ghc8107 -- v2-update
nix run github:input-output-hk/haskell.nix#haskell-nix.nix-tools.ghc8107.project.hsPkgs.nix-tools.components.exes.hackage-to-nix -- . $CABAL_DIR/packages/hackage.haskell.org/01-index.tar
nix run github:input-output-hk/haskell.nix#cabal -- v2-update
nix run github:input-output-hk/haskell.nix#hackage-to-nix -- . $CABAL_DIR/packages/hackage.haskell.org/01-index.tar
nix run github:input-output-hk/haskell.nix#haskell-nix.update-index-state-hashes > index-state-hashes.nix
- name: Commit and push changes
run: |
Expand Down

0 comments on commit 6fc111a

Please sign in to comment.