Skip to content
This repository was archived by the owner on Aug 11, 2022. It is now read-only.

Commit d0226ed

Browse files
committed
Instantiate nix/update.nix without --eval first to avoid import failures
1 parent f10aadc commit d0226ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

update-sha256map.sh

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
#!/usr/bin/env bash
2+
3+
nix-instantiate nix/update.nix
24
nix-instantiate nix/update.nix --eval --strict --json | nix run nixpkgs.jq -c jq -r '.[] | "nix run nixpkgs.niv -c niv update \(.name) -r \(.tag)"' | bash -x

0 commit comments

Comments
 (0)