nix: update to latest julm-nix
[sourcephile-nix.git] / Makefile
index 17226827cc6cfc9993cdbdaaaba4d228a23a91b4..9eadf318e0eba17dba44404047af125ed23a09ef 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,29 +1,9 @@
 all: init
 
-include .lib/nixops/Makefile.make
-
-.PHONY: config/dns/named.root
-config/dns/named.root:
+.PHONY: share/networking/named.root
+share/networking/named.root:
        mkdir -p $(@D)
        curl >$@ -L https://www.internic.net/domain/named.root
 
-send-pass:
-       rsync -ai --delete ../sec/pass julm@sourcephile.fr:work/sourcephile/sec/
-recv-pass:
-       rsync -ai --delete julm@sourcephile.fr:work/sourcephile/sec/pass  ../sec/
-
 tunnel-rspamd:
        ssh -nNTL 11334:localhost:11334 root@sourcephile.fr
-
-#
-## init
-###
-.PHONY: build
-build:
-       nix $(NIX_FLAGS) build -f build \
-        --out-link result \
-        --show-trace $(NIX_BUILD_FLAGS)
-       tree result/
-
-init: build
-       result/bin/init