Skip to content

Commit

Permalink
docs: Use pinned deps-lock when generating lockfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Zane Shelby committed Jun 25, 2024
1 parent aba1b07 commit d7b0c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ the nix build universe has knowledge of the hash fingerprints of the new deps ve
It can be done without any setup like so:

```shell
nix develop '.#depsLock' --command bash -c "nix run github:jlesquembre/clj-nix#deps-lock"
nix develop '.#depsLock' --command bash -c "nix run .#deps-lock"
```

This script can take a minute or two as it needs to build local dependencies of the `clj-nix` library,
Expand Down

0 comments on commit d7b0c93

Please sign in to comment.