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