Avoid unfree in local dev environment
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ rec {
|
||||
greghellings =
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
pkgs = (import inputs.nixunstable { inherit system overlays; });
|
||||
pkgs = (import inputs.nixunstable { inherit system overlays; config.allowUnfree = true; });
|
||||
in
|
||||
inputs.hmunstable.lib.homeManagerConfiguration {
|
||||
inherit pkgs;
|
||||
|
||||
Reference in New Issue
Block a user