From bea69cd69be8a440e65cd2d53809d7d712876bf0 Mon Sep 17 00:00:00 2001 From: Jade Date: Tue, 30 Jan 2024 19:35:04 +0100 Subject: [PATCH] add mac build option --- justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/justfile b/justfile index 57d9afb..0e2ed0b 100644 --- a/justfile +++ b/justfile @@ -8,3 +8,6 @@ build: update: 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