1
0
mirror of https://github.com/tboerger/nixos-config synced 2024-11-22 18:21:58 +01:00
github.com-tboerger-nixos-c.../Makefile
2022-09-28 22:28:36 +02:00

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 .