diff options
| author | sommerfeld <sommerfeld@sommerfeld.dev> | 2026-09-17 15:05:36 +0100 |
|---|---|---|
| committer | sommerfeld <sommerfeld@sommerfeld.dev> | 2026-09-17 15:05:36 +0100 |
| commit | 64f4695932ff4d27967cf4f0e854e40371dbcc90 (patch) | |
| tree | fd7106349ed3705a6de32b3a42e952f2c07582db /justfile | |
| parent | e67e4fefb7085f94aff5712e9fdbf21ef085f494 (diff) | |
| download | dotfiles-64f4695932ff4d27967cf4f0e854e40371dbcc90.tar.gz dotfiles-64f4695932ff4d27967cf4f0e854e40371dbcc90.tar.bz2 dotfiles-64f4695932ff4d27967cf4f0e854e40371dbcc90.zip | |
Fetch Rust crates from the static archive server
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -99,6 +99,11 @@ arch-news-read: # Refresh package releases and Nix flake inputs, then re-activate the profile. nix-update: _nix-release-update _nix-flake-update nix-switch +# Fetch a locked Rust crate and repeat the download without using its cached output. +nix-crate-check: + nix build --no-link ./nix#checks.x86_64-linux.crate-download + nix build --no-link --rebuild ./nix#checks.x86_64-linux.crate-download + _nix-release-update: @bash "{{ justfile_directory() }}/nix/update-releases.sh" |
