I am very bad at this

This commit is contained in:
Jimbo 2024-09-03 01:27:50 -04:00
parent d8247a7a99
commit 31772738ad

View file

@ -24,10 +24,6 @@
};
};
# This will add each flake input as a registry
# To make nix commands consistent with your flake
nix.registry = (lib.mapAttrs (_: flake: {inherit flake;})) ((lib.filterAttrs (_: lib.isType "flake")) inputs);
# Enable flakes and garbage collection
nix = {
settings = {