start make file

This commit is contained in:
Daylin Morgan 2022-11-04 16:54:07 +00:00
parent 37c5d00bef
commit 86b231d118

7
Makefile Normal file
View file

@ -0,0 +1,7 @@
switch:
sudo nixos-rebuild switch --flake . --impure
lint:
nixpkgs-fmt .
.PHONY: lint