update flake

This commit is contained in:
Kopatz
2024-06-19 13:48:31 +02:00
parent 8e0212e7b3
commit 6e09d1e21a
3 changed files with 59 additions and 56 deletions

View File

@@ -37,6 +37,7 @@
unstable = import inputs.nixpkgs-unstable {
system = final.system;
config.allowUnfree = true;
config.permittedInsecurePackages = [ "electron-27.3.11" ];
};
};
stable-packages = final: _prev: {