This commit is contained in:
2025-01-26 14:21:28 +00:00
parent c18090ec1f
commit 0e91761bf6
3 changed files with 10 additions and 0 deletions

View File

@@ -29,6 +29,10 @@ in {
# nix flakes compatibility
nix = {
settings.trusted-users = [
"root"
"daniel"
];
extraOptions = ''
experimental-features = nix-command flakes
warn-dirty = false