mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
nix profile test: Restart daemon
Fixes nix-daemon: src/libstore/sqlite.cc:97: nix::SQLiteStmt::Use::Use(nix::SQLiteStmt&): Assertion `stmt.stmt' failed. which happens because the daemon doesn't properly handle the case where ca-derivations isn't enabled at daemon startup.
This commit is contained in:
parent
3a3821bcd7
commit
d4538034b7
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ clearStore
|
|||
clearProfiles
|
||||
|
||||
enableFeatures "ca-derivations ca-references"
|
||||
restartDaemon
|
||||
|
||||
# Make a flake.
|
||||
flake1Dir=$TEST_ROOT/flake1
|
||||
|
|
Loading…
Reference in a new issue