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 06:42:28 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ba074465ba
nix
/
tests
/
functional
/
ca
/
repl.sh
8 lines
97 B
Bash
Raw
Normal View
History
Unescape
Escape
No longer copy functional tests to the build dir This should make `_NIX_TEST_ACCEPT=1` work again, fixing #11369. Progress on #2503
2024-11-01 13:56:50 +00:00
#!/usr/bin/env bash
Fix `nix repl`’s building of CA derivations When running a `:b` command in the repl, after building the derivations query the store for its outputs rather than just assuming that they are known in the derivation itself (which isn’t true for CA derivations) Fix #5328
2021-11-03 09:54:17 +00:00
source
common.sh
export
NIX_TESTS_CA_BY_DEFAULT
=
1
cd
..
&&
source
repl.sh
Reference in New Issue
Copy Permalink