Skip to content

Commit

Permalink
cmd: apply: (with token, nix copy) use --option narinfo-cache-negativ…
Browse files Browse the repository at this point in the history
…e-ttl 0
  • Loading branch information
colemickens committed Nov 5, 2024
1 parent 5af3432 commit 60afd91
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cli/cmd/apply/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ impl CommandExecute for ApplySubcommand {
if self.use_scoped_token {
let mut nix_args = vec![
"copy".to_string(),
"--option".to_string(),
"narinfo-cache-negative-ttl".to_string(),
"0".to_string(),
"--from".to_string(),
self.cache_addr.to_string(),
resolved_path.store_path.clone(),
Expand Down

0 comments on commit 60afd91

Please sign in to comment.