diff options
| author | Fuwn <[email protected]> | 2024-09-16 19:14:39 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-16 19:14:39 -0700 |
| commit | f717728b1548f50ed740248037bae3791a0584dd (patch) | |
| tree | 6b61e84f36be7e4a6a926c2a92a49f0e3f528a32 /justfile | |
| parent | utility: lemmeknow (diff) | |
| download | nixos-config-f717728b1548f50ed740248037bae3791a0584dd.tar.xz nixos-config-f717728b1548f50ed740248037bae3791a0584dd.zip | |
refactor(pkgs): use tsutsumi
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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': |