add mac build option
This commit is contained in:
parent
e0d5404db5
commit
bea69cd69b
1 changed files with 3 additions and 0 deletions
3
justfile
3
justfile
|
@ -8,3 +8,6 @@ build:
|
||||||
|
|
||||||
update:
|
update:
|
||||||
nix flake update --commit-lock-file
|
nix flake update --commit-lock-file
|
||||||
|
|
||||||
|
build-mac:
|
||||||
|
sudo nixos-rebuild switch --flake . --impure --override-input mac-brcm-fw path:/home/jade/mac-brcm-fw --fast
|
||||||
|
|
Loading…
Reference in a new issue