mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Ran nix flake update and added required exception
This commit is contained in:
parent
8579650a4e
commit
26d6660023
2 changed files with 27 additions and 23 deletions
|
|
@ -2,7 +2,11 @@
|
|||
nixpkgs = {
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
permittedInsecurePackages = [ "olm-3.2.16" "electron-27.3.11" ];
|
||||
permittedInsecurePackages = [
|
||||
"electron-27.3.11"
|
||||
"olm-3.2.16"
|
||||
"python3.12-ecdsa-0.19.1"
|
||||
];
|
||||
};
|
||||
overlays = [ inputs.nixpkgs-terraform.overlays.default ];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue