sourcephile
/
git
/
sourcephile-nix.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
mermet: nginx: add www virtualHost
[sourcephile-nix.git]
/
Makefile
1
all: init
2
3
include .lib/nixops/Makefile.make
4
5
.PHONY: config/dns/named.root
6
config/dns/named.root:
7
mkdir -p $(@D)
8
curl >$@ -L https://www.internic.net/domain/named.root
9
10
#
11
## init
12
###
13
.PHONY: build
14
build:
15
nix $(NIX_FLAGS) build -f build \
16
--out-link result \
17
--show-trace $(NIX_BUILD_FLAGS)
18
tree result/
19
20
init: build
21
result/bin/init