Disable minimal profile
This commit is contained in:
parent
b43a55bb9f
commit
ed2a33f3a6
12 changed files with 131 additions and 94 deletions
12
Makefile
Normal file
12
Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
all: result
|
||||
|
||||
.PHONY: update result deploy
|
||||
|
||||
result:
|
||||
nix build -f deploy/default.nix
|
||||
|
||||
update:
|
||||
cd config/sources && niv update
|
||||
|
||||
deploy:
|
||||
./result
|
Loading…
Add table
Add a link
Reference in a new issue