[feat] Restructure the repo
This commit is contained in:
20
Makefile
Normal file
20
Makefile
Normal file
@@ -0,0 +1,20 @@
|
||||
.PHONY: darwin home default nixos just
|
||||
|
||||
default: just
|
||||
|
||||
just:
|
||||
just
|
||||
|
||||
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 .
|
||||
|
||||
nixos:
|
||||
sudo nixos-rebuild switch --flake .
|
||||
|
||||
test_nixos:
|
||||
sudo nixos-rebuild test --fast --flake .
|
||||
Reference in New Issue
Block a user