This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
nix
Watch
2
Star
0
Fork
0
You've already forked nix
mirror of
https://github.com/NixOS/nix.git
synced
2024-11-22 23:02:27 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a4c63c6e8e
nix
/
tests
/
verify.sh
4 lines
56 B
Bash
Raw
Normal View
History
Unescape
Escape
* Make it easy to run individual tests from the command line.
2006-03-01 12:15:33 +00:00
source
common.sh
* Added a switch `--fallback'. From the manual: Whenever Nix attempts to realise a derivation for which a closure is already known, but this closure cannot be realised, fall back on normalising the derivation. The most common scenario in which this is useful is when we have registered substitutes in order to perform binary distribution from, say, a network repository. If the repository is down, the realisation of the derivation will fail. When this option is specified, Nix will build the derivation instead. Thus, binary installation falls back on a source installation. This option is not the default since it is generally not desirable for a transient failure in obtaining the substitutes to lead to a full build from source (with the related consumption of resources).
2004-06-28 10:42:57 +00:00
$TOP
/src/nix-store/nix-store --verify
Reference in New Issue
Copy Permalink