update flake

This commit is contained in:
mjallen18
2025-02-17 09:59:13 -06:00
parent 7dbe173b9d
commit 1c647c2205
2 changed files with 22 additions and 15 deletions

View File

@@ -10,6 +10,13 @@ in
# Enable nix flakes and nix-command tools
nix = {
settings = {
substituters = [
"https://nix-community.cachix.org"
"https://cache.nixos.org/"
];
trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
warn-dirty = lib.mkForce false;
experimental-features = lib.mkForce [
"nix-command"