diff options
author | EuAndreh <eu@euandre.org> | 2023-03-29 11:20:56 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-29 11:20:56 -0300 |
commit | 1de0bbe4fca7448166b2a6ec0863ca9fffbceaf3 (patch) | |
tree | d8aa24c1e8e79dddb1b89b2a01d79f5cac444fc3 /Makefile | |
parent | src/bin/paku.in: Remove "-latest" suffix from HTML ids (diff) | |
download | package-repository-1de0bbe4fca7448166b2a6ec0863ca9fffbceaf3.tar.gz package-repository-1de0bbe4fca7448166b2a6ec0863ca9fffbceaf3.tar.xz |
src/bin/paku.in: Generate build.nix
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 > $@ |