This website requires JavaScript.
Explore
Help
Sign in
max
/
nix-super
Watch
1
Star
0
Fork
You've already forked nix-super
0
mirror of
https://github.com/privatevoid-net/nix-super.git
synced
2024-11-15 10:46:15 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
388271e8ec
nix-super
/
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 15:56:50 +02: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 11:54:17 +02:00
source
common.sh
export
NIX_TESTS_CA_BY_DEFAULT
=
1
cd
..
&&
source
repl.sh
Reference in a new issue
Copy permalink