Files
dotfiles/Makefile
uttarayan21 451783d5c4
Some checks failed
Flake checker / Build Nix targets (push) Failing after 58s
chore(nixos): limit parallel jobs and set cores in config files
2025-10-06 02:03:40 +05:30

31 lines
551 B
Makefile

.PHONY: darwin home default nixos just
default: just
just:
just
build:
sudo nixos-rebuild build --flake . --show-trace
local:
just local
darwin:
nix run nix-darwin -- switch --flake . --show-trace
build_darwin:
nix run nix-darwin -- build --flake .
home:
nix --extra-experimental-features "nix-command flakes" run home-manager/master -- switch --flake .#mirai -b backup
nixos:
sudo nixos-rebuild switch --flake . -j 1
deck:
nix run home-manager/master -- switch --flake .#deck
test_nixos:
sudo nixos-rebuild test --fast --flake .