1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-29 02:11:15 +02:00

Merge pull request #5504 from NixOS/flake-options-and-daemon

Make the flake options work when using the daemon
This commit is contained in:
Eelco Dolstra 2021-11-08 13:54:55 +01:00 committed by GitHub
commit 736d6ab721
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 48 additions and 1 deletions

View file

@ -307,7 +307,7 @@ LockedFlake lockFlake(
if (lockFlags.applyNixConfig) {
flake.config.apply();
// FIXME: send new config to the daemon.
state.store->setOptions();
}
try {