diff options
author | EuAndreh <eu@euandre.org> | 2022-05-30 14:37:10 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-05-30 14:37:13 -0300 |
commit | d441193c8aedf98dc664f44f3c9411d7c4891333 (patch) | |
tree | 2e31730297e98050d3bfec12a3a8ee0665a92760 /Makefile | |
parent | dependencies.dot (diff) | |
download | package-repository-d441193c8aedf98dc664f44f3c9411d7c4891333.tar.gz package-repository-d441193c8aedf98dc664f44f3c9411d7c4891333.tar.xz |
Makefile: Disable Nix build for now
Recover it when I start building for multiple package managers. Right
now things are Guix-only.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |