nix flake update: Imply --refresh

This commit is contained in:
Eelco Dolstra 2020-02-01 12:26:05 +01:00
parent 9640208d00
commit 5d70b454be
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
2 changed files with 4 additions and 2 deletions

View file

@ -119,6 +119,9 @@ struct CmdFlakeUpdate : FlakeCommand
void run(nix::ref<nix::Store> store) override
{
/* Use --refresh by default for 'nix flake update'. */
settings.tarballTtl = 0;
lockFlake();
}
};

View file

@ -589,8 +589,7 @@ nix flake info --json hg+file://$flake5Dir
nix build -o $TEST_ROOT/result hg+file://$flake5Dir --no-registries --no-allow-dirty
# Test tarball flakes
rm -rf $flake5Dir/.hg
tar cfz $TEST_ROOT/flake.tar.gz -C $TEST_ROOT flake5
tar cfz $TEST_ROOT/flake.tar.gz -C $TEST_ROOT --exclude .hg flake5
nix build -o $TEST_ROOT/result file://$TEST_ROOT/flake.tar.gz