nix maintainers lacking

This commit is contained in:
2026-06-23 17:49:15 -07:00
parent 6a8bbc4da5
commit 240ab7d50a

View File

@@ -162,4 +162,7 @@
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "24.11"; # Did you read the comment? system.stateVersion = "24.11"; # Did you read the comment?
nixpkgs.config.permittedInsecurePackages = [
"electron-39.8.10"
];
} }