mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2024-11-05 15:16:23 +01:00
14 lines
303 B
Makefile
14 lines
303 B
Makefile
upgrade: update build
|
|
|
|
test:
|
|
sudo nixos-rebuild test --flake . --impure
|
|
|
|
build:
|
|
sudo nixos-rebuild switch --flake . --impure --fast
|
|
|
|
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
|