diff options
author | EuAndreh <eu@euandre.org> | 2023-03-24 18:03:10 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-24 18:03:10 -0300 |
commit | 46328e4a65c32fe57970f632a47b5174b68a0c93 (patch) | |
tree | da292dc3399349ee65eaeeba1c1c08a15efdf1dd /Makefile | |
parent | tests/vm-check.sh: Fail when "check.sh" fails (diff) | |
download | package-repository-46328e4a65c32fe57970f632a47b5174b68a0c93.tar.gz package-repository-46328e4a65c32fe57970f632a47b5174b68a0c93.tar.xz |
Makefile: Add guix.sentinel file
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -28,9 +28,12 @@ paku.lock: src/bin/paku Makefile touch $@ -guix: src/org/euandre/packages.scm guix.mk \ +guix: guix.sentinel + +guix.sentinel: src/org/euandre/packages.scm guix.mk \ result-packages.sentinel result-services.sentinel @$(MAKE) -f guix.mk + touch $@ guix.mk: paku.lock paku guix-channel-key > $@ @@ -61,7 +64,7 @@ result-internet result-internet.sentinel: result-packages.sentinel touch result-internet.sentinel -nix: default.nix result.sentinel +nix: result.sentinel default.nix: paku.lock paku nix > $@ |