From 2cd76f916a13e66f1fdf06dd7bf5dff6be64de0b Mon Sep 17 00:00:00 2001 From: Rory& Date: Fri, 7 Nov 2025 22:36:50 +0100 Subject: WIP: nix CI --- scripts/fetchdeps.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 scripts/fetchdeps.sh (limited to 'scripts/fetchdeps.sh') diff --git a/scripts/fetchdeps.sh b/scripts/fetchdeps.sh new file mode 100755 index 0000000..a93ff53 --- /dev/null +++ b/scripts/fetchdeps.sh @@ -0,0 +1,5 @@ +#! /usr/bin/env sh +for p in `nix flake show --json | jq '.packages."x86_64-linux" | keys[]' -r` +do + nix build .\#${p}.passthru.fetch-deps && ./result ./${p//-/\.}/deps.json +done -- cgit 1.5.1