summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-16 19:14:39 -0700
committerFuwn <[email protected]>2024-09-16 19:14:39 -0700
commitf717728b1548f50ed740248037bae3791a0584dd (patch)
tree6b61e84f36be7e4a6a926c2a92a49f0e3f528a32 /justfile
parentutility: lemmeknow (diff)
downloadnixos-config-f717728b1548f50ed740248037bae3791a0584dd.tar.xz
nixos-config-f717728b1548f50ed740248037bae3791a0584dd.zip
refactor(pkgs): use tsutsumi
Diffstat (limited to 'justfile')
-rw-r--r--justfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile
index 6757f24..63d0da5 100644
--- a/justfile
+++ b/justfile
@@ -26,7 +26,7 @@ home user='ebisu':
if ! command -v nh &> /dev/null; then
home-manager switch --flake .#{{user}} --impure
else
- FLAKE="$(pwd)" nh home switch -- --impure
+ FLAKE="$(pwd)" NIXPKGS_ALLOW_UNFREE=1 nh home switch -- --impure
fi
news user='ebisu':