Evie Litherland-Smith
e2c9d8eba7
nvim repo has been converted to flake for easier inclusion but still stand-alone for non-nix systems Move tokyonight repo fetch to flake input to keep consistent and reduce multiple fetch calls
13 lines
259 B
Makefile
13 lines
259 B
Makefile
.PHONY: build switch test
|
|
|
|
build:
|
|
sudo nixos-rebuild build --flake .
|
|
-nix run nixpkgs#home-manager -- build --flake .
|
|
|
|
switch:
|
|
sudo nixos-rebuild switch --flake .
|
|
-nix run nixpkgs#home-manager -- switch --flake .
|
|
|
|
test:
|
|
sudo nixos-rebuild test --flake .
|