From 64f4695932ff4d27967cf4f0e854e40371dbcc90 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Thu, 17 Sep 2026 15:05:36 +0100 Subject: Fetch Rust crates from the static archive server --- justfile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'justfile') diff --git a/justfile b/justfile index 6d2c2e9..7267729 100644 --- a/justfile +++ b/justfile @@ -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" -- cgit v1.3.1