update keys

This commit is contained in:
zack 2025-01-12 15:55:22 -05:00
parent 9bc381a8bf
commit a8219d7148
No known key found for this signature in database
GPG key ID: EE8A2B709E2401D1
4 changed files with 4 additions and 10 deletions

View file

@ -15,11 +15,6 @@ with lib; rec {
mkBoolOpt' = mkOpt' types.bool;
pkgs-stable = import inputs.nixpkgs-stable {
system = "x86_64-linux";
config.allowUnfree = true;
};
enabled = {enable = true;};
disabled = {enable = false;};