1
1
Fork 0
mirror of https://codeberg.org/ultra/nixos-dotfiles.git synced 2025-02-13 16:43:08 +02:00

some old electron bs

Signed-off-by: Alex Stan <alex.stan.2010@proton.me>
This commit is contained in:
Alex Stan 2023-11-07 14:00:18 +02:00
parent c67d94fdfc
commit 4978cf06e7

View file

@ -27,7 +27,8 @@ in {
allowUnfree = true;
allowUnfreePredicate = (pkg: true);
permittedInsecurePackages = [
"electron-21.4.0"
"electron-21.4.0"
"electron-24.8.6"
];
packageOverrides = pkgs: {
nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz") {