Deployment and lifecycle management for Nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

seed-ci: fix flake-inputs gathering

+1 -1
+1 -1
bin/seed-ci
··· 134 134 nix flake archive --json | from json | get inputs | transpose | select column0 column1.path | each { |c| 135 135 { 136 136 name: $c.column0, 137 - outPath: $c.column1_path, 137 + outPath: $c."column1.path", 138 138 drvPath: nul 139 139 } 140 140 }