a whole lotta shit

This commit is contained in:
2025-11-12 00:14:50 -06:00
parent d7a6a85841
commit 0196b1d8b2
11 changed files with 553 additions and 15 deletions

View File

@@ -26,10 +26,17 @@
dates = [ "daily" ];
};
# the goats
settings.experimental-features = lib.mkDefault [
"nix-command"
"flakes"
];
settings = {
substituters = [
"https://cache.nixos.org"
];
trusted-public-keys = [
];
experimental-features = lib.mkDefault [
"nix-command"
"flakes"
];
};
};
# allow proprietary packages