Update flake

This commit is contained in:
Gene Liverman 2024-11-08 08:22:19 -05:00
parent 9cf52d01b9
commit e446ad4e08
3 changed files with 48 additions and 117 deletions

View file

@ -87,7 +87,7 @@
inherit system;
config = {
allowUnfree = true;
permittedInsecurePackages = [ "python-2.7.18.7" ];
permittedInsecurePackages = [ "olm-3.2.16" "python-2.7.18.7" ];
};
overlays = [ nixpkgs-terraform.overlays.default ];
};