From 78242026969c346db3b474c308845dd77ac9abf8 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 21 Mar 2023 22:02:18 +0000 Subject: [PATCH] build: allow unfree software --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 5405e79..4fcddd3 100644 --- a/justfile +++ b/justfile @@ -8,7 +8,7 @@ apollo command *args: && clean sudo nixos-rebuild {{ command }} --flake .#apollo {{ args }} pop-os command *args: && clean - home-manager {{ command }} -f home-manager/home.nix --flake .#pop-os {{ args }} + NIXPKGS_ALLOW_UNFREE=1 home-manager {{ command }} -f home-manager/home.nix --impure --flake .#pop-os {{ args }} wsl2 command *args: && clean home-manager {{ command }} -f home-manager/home.nix --flake .#wsl2 {{ args }}