Deployment and lifecycle management for Nix
0
fork

Configure Feed

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

seed-ci: runCommandNoCC was deprecated

+2 -2
+2 -2
nix/packages/seed-ci.nix
··· 1 1 { 2 2 lib, 3 3 makeWrapper, 4 - runCommandNoCC, 4 + runCommand, 5 5 6 6 attic-client, 7 7 coreutils, 8 8 nushell, 9 9 }: 10 - runCommandNoCC "seed-ci" 10 + runCommand "seed-ci" 11 11 { 12 12 nativeBuildInputs = [ makeWrapper ]; 13 13 buildInputs = [ nushell ];