add nixpkgs allowUnfree option

This commit is contained in:
Infinidoge 2021-10-26 08:33:17 -04:00
parent db2662f960
commit 61c60d4450

View file

@ -51,4 +51,8 @@
nixos-option = "nixos-option -I nixpkgs=${self}/lib/compat"; nixos-option = "nixos-option -I nixpkgs=${self}/lib/compat";
}; };
}; };
nixpkgs.config = {
allowUnfree = true;
};
} }