diff options
author | Alan Pearce | 2024-05-18 22:14:22 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-18 22:14:22 +0200 |
commit | 3a9a0211c9c5055f792fc6f21b1ff3dfd71b2a34 (patch) | |
tree | 5eda26e245e44d65405846b33992a725f0c60128 | |
parent | 9be4cd775be6d3bc3244ec06d69ff42aa4c8d6d5 (diff) | |
download | nix-packages-3a9a0211c9c5055f792fc6f21b1ff3dfd71b2a34.tar.lz nix-packages-3a9a0211c9c5055f792fc6f21b1ff3dfd71b2a34.tar.zst nix-packages-3a9a0211c9c5055f792fc6f21b1ff3dfd71b2a34.zip |
fix path to ci push
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml index 68a233e..22ac4ad 100644 --- a/.build.yml +++ b/.build.yml @@ -20,4 +20,4 @@ tasks: - push-cache: | nix copy --substitute-on-destination \ --to ssh://nixremote@linde.alanpearce.eu \ - . + ./nix-packages |