Remove allowUnfree

This commit is contained in:
Niten 2021-09-04 10:25:35 -07:00
parent ea3bb0706e
commit f25378fb5f
1 changed files with 3 additions and 7 deletions

View File

@ -100,13 +100,9 @@ let
in {
nixpkgs = {
allowUnfree = true;
overlays = [
(import ./package-overlay.nix { inherit pkgs; })
];
};
nixpkgs.overlays = [
(import ./package-overlay.nix { inherit pkgs; })
];
programs = {
bash.enable = true;