mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
start make file
This commit is contained in:
parent
37c5d00bef
commit
86b231d118
1 changed files with 7 additions and 0 deletions
7
Makefile
Normal file
7
Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
switch:
|
||||
sudo nixos-rebuild switch --flake . --impure
|
||||
|
||||
lint:
|
||||
nixpkgs-fmt .
|
||||
|
||||
.PHONY: lint
|
Loading…
Reference in a new issue