diff options
| author | seth <[email protected]> | 2024-07-23 20:14:22 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-07-23 20:14:22 -0400 |
| commit | 8c06ec5df90126ab642fb3621d1b30f03b626aca (patch) | |
| tree | 35412c0d41a1f51e455293d9f27717458b433aa5 | |
| parent | 00172bc3302cc3b57b577ef8cec994425327e40e (diff) | |
justfile: `nix flake lock` -> `nix flake update`
`nix flake lock` won't update inputs as of Nix 2.19
| -rw-r--r-- | justfile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -46,8 +46,7 @@ update: --commit-lockfile-summary "flake: update all inputs" update-input input: - nix flake lock \ - --update-input {{ input }} \ + nix flake update {{ input }} \ --commit-lock-file \ --commit-lockfile-summary "flake: update {{ input }}" |
