Revert "refactor: explicitly allow unfree packages"
This reverts commit 5131641023
.
This commit is contained in:
parent
5131641023
commit
d818f3a2d7
12 changed files with 7 additions and 64 deletions
|
@ -66,6 +66,8 @@
|
|||
|
||||
nixpkgs = {
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
|
||||
permittedInsecurePackages = [ "electron-27.3.11" ];
|
||||
};
|
||||
|
||||
|
|
|
@ -9,6 +9,8 @@ let
|
|||
pkgs = import inputs.nixpkgs {
|
||||
inherit system;
|
||||
|
||||
config.allowUnfree = true;
|
||||
|
||||
overlays = [
|
||||
outputs.overlays.additions
|
||||
outputs.overlays.stable-packages
|
||||
|
|
|
@ -89,6 +89,7 @@
|
|||
peek
|
||||
pmutils
|
||||
shotwell
|
||||
slack
|
||||
stable.gscan2pdf
|
||||
sxiv
|
||||
tailscale
|
||||
|
@ -96,5 +97,6 @@
|
|||
xcape
|
||||
xsel
|
||||
yt-dlp
|
||||
zoom-us
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue