mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-22 05:43:11 +02:00
some old electron bs
Signed-off-by: Alex Stan <alex.stan.2010@proton.me>
This commit is contained in:
parent
c67d94fdfc
commit
4978cf06e7
1 changed files with 2 additions and 1 deletions
|
@ -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") {
|
||||
|
|
Loading…
Reference in a new issue