From d441193c8aedf98dc664f44f3c9411d7c4891333 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 30 May 2022 14:37:10 -0300 Subject: Makefile: Disable Nix build for now Recover it when I start building for multiple package managers. Right now things are Guix-only. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index c3c7239..b3f9834 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,6 @@ guix-sources = \ all: for s in $(guix-sources); do guix build -Lsrc/ -K -f $$s || exit 1; done - nix-shell --run '' refresh: sh scripts/paku -rg -- cgit v1.2.3