From 0e3b01ddaf1285f60ec07865b008248d25e6121c Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 13 Mar 2023 15:32:16 -0300 Subject: Build nix derivation without the "shell.nix" hack --- Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3d39433..31686c0 100644 --- a/Makefile +++ b/Makefile @@ -2,8 +2,12 @@ -all: EuAndreh.key all-packages all-services +all: EuAndreh.key guix nix +guix: all-packages all-services + +nix: + nix-build build.nix all-packages: guix build -v3 -Lsrc/ -K \ @@ -19,6 +23,8 @@ refresh: check: clean: + rm -rf \ + result public: -- cgit v1.2.3