diff options
-rw-r--r-- | Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@ +guix-sources = \ + src/xyz/euandreh/packages.scm \ + src/xyz/euandreh/posix.scm \ + src/xyz/euandreh/latest.scm + all: - guix build -f src/xyz/euandreh/packages.scm + for s in $(guix-sources); do guix build -f $$s; done nix-shell --run '' refresh: |