diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -27,6 +27,9 @@ stateVersion = "23.05"; channel = nixpkgsUnstable; modules = []; + extraSpecialArgs = { + standalone = true; + }; }; }; |
