This commit is contained in:
zack 2024-12-19 21:47:51 -05:00
parent ed77ae6e6b
commit bf86126a00
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35
22 changed files with 1490 additions and 243 deletions

View file

@ -15,7 +15,7 @@ with lib; rec {
mkBoolOpt' = mkOpt' types.bool;
pkgs-unstable = import inputs.nixpkgs-unstable {
pkgs-stable = import inputs.nixpkgs-stable {
system = "x86_64-linux";
config.allowUnfree = true;
};