mermet: dovecot: fix sieve with nixos-24.05
[sourcephile-nix.git] / Makefile
index 7e2e7c35e2ff865123e5b0cf0a5598cdbb59dc84..9eadf318e0eba17dba44404047af125ed23a09ef 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,15 +1,9 @@
-include .lib/nix/Makefile.make
-include .lib/nixops/Makefile.make
+all: init
 
-#
-## init
-###
-.PHONY: build
-build:
-       nix $(NIX_FLAGS) build -f build \
-        --out-link result \
-        --show-trace $(NIX_BUILD_FLAGS)
-       tree result/
+.PHONY: share/networking/named.root
+share/networking/named.root:
+       mkdir -p $(@D)
+       curl >$@ -L https://www.internic.net/domain/named.root
 
-init: build
-       result/bin/init
+tunnel-rspamd:
+       ssh -nNTL 11334:localhost:11334 root@sourcephile.fr