aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-29 11:20:56 -0300
committerEuAndreh <eu@euandre.org>2023-03-29 11:20:56 -0300
commit1de0bbe4fca7448166b2a6ec0863ca9fffbceaf3 (patch)
treed8aa24c1e8e79dddb1b89b2a01d79f5cac444fc3 /Makefile
parentsrc/bin/paku.in: Remove "-latest" suffix from HTML ids (diff)
downloadpackage-repository-1de0bbe4fca7448166b2a6ec0863ca9fffbceaf3.tar.gz
package-repository-1de0bbe4fca7448166b2a6ec0863ca9fffbceaf3.tar.xz
src/bin/paku.in: Generate build.nix
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7ba0237..a2f7754 100644
--- a/Makefile
+++ b/Makefile
@@ -67,6 +67,9 @@ result-internet result-internet.sentinel: result-packages.sentinel
nix: result.sentinel
+build.nix: paku.lock
+ paku build-nix > $@
+
default.nix: paku.lock
paku nix > $@