mirror of
https://github.com/tboerger/nixos-config
synced 2024-11-22 18:21:58 +01:00
10 lines
168 B
Makefile
10 lines
168 B
Makefile
SHELL := bash
|
|
|
|
.PHONY: update
|
|
update:
|
|
nix --extra-experimental-features "nix-command flakes" flake update
|
|
|
|
.PHONY: switch
|
|
switch:
|
|
sudo nixos-rebuild switch --flake .
|