refactor: explicitly allow unfree packages
All checks were successful
/ check (push) Successful in 1m53s
All checks were successful
/ check (push) Successful in 1m53s
This commit is contained in:
parent
4d470acfad
commit
99484c6194
12 changed files with 74 additions and 19 deletions
|
@ -64,21 +64,13 @@
|
|||
users."${username}" = import ./home.nix;
|
||||
};
|
||||
|
||||
nixpkgs = {
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
nixpkgs.overlays = [
|
||||
inputs.nur.overlays.default
|
||||
|
||||
permittedInsecurePackages = [ "electron-27.3.11" ];
|
||||
};
|
||||
|
||||
overlays = [
|
||||
inputs.nur.overlays.default
|
||||
|
||||
outputs.overlays.additions
|
||||
outputs.overlays.modifications
|
||||
outputs.overlays.stable-packages
|
||||
];
|
||||
};
|
||||
outputs.overlays.additions
|
||||
outputs.overlays.modifications
|
||||
outputs.overlays.stable-packages
|
||||
];
|
||||
|
||||
nix.extraOptions = ''
|
||||
trusted-users = root ${username}
|
||||
|
|
|
@ -9,8 +9,6 @@ let
|
|||
pkgs = import inputs.nixpkgs {
|
||||
inherit system;
|
||||
|
||||
config.allowUnfree = true;
|
||||
|
||||
overlays = [
|
||||
outputs.overlays.additions
|
||||
outputs.overlays.stable-packages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue