Skip to content

Instantly share code, notes, and snippets.

@maxmcd
Created June 29, 2020 21:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maxmcd/d98710a0e26daaff37c565da599f5d76 to your computer and use it in GitHub Desktop.
Save maxmcd/d98710a0e26daaff37c565da599f5d76 to your computer and use it in GitHub Desktop.
Derivation
{ outputs =
fromList
[ ( "out"
, DerivationOutput
{ path =
FilePath "/nix/store/1zmyj5g8rhs2zpiw5q5rlrf38gqip9q1-simple"
, hashAlgo = ""
, hash = ""
}
)
]
, inputDrvs =
fromList
[ ( FilePath
"/nix/store/420y2cqwnq7s45iy36z66l8bnybzw447-gcc-wrapper-9.3.0.drv"
, fromList [ "out" ]
)
, ( FilePath
"/nix/store/6qr6120z066dwc7m9n4j5prwl9hlmam9-bash-4.4-p23.drv"
, fromList [ "out" ]
)
, ( FilePath
"/nix/store/x83va25phij5fhwayak4aiak9cziz4if-coreutils-8.31.drv"
, fromList [ "out" ]
)
]
, inputSrcs =
fromList
[ FilePath
"/nix/store/4wpv68jkvw9nbnh4qcblnfvdfnn74kbn-simple_builder.sh"
, FilePath "/nix/store/9sll05wmn9b05f0pm1pwfmmq92fg0syh-simple.c"
]
, platform = "x86_64-linux"
, builder =
"/nix/store/xfbmj7sl2ikicym9x3yq7cms5qx1w39k-bash-4.4-p23/bin/bash"
, args =
[ "/nix/store/4wpv68jkvw9nbnh4qcblnfvdfnn74kbn-simple_builder.sh" ]
, env =
fromList
[ ( "builder"
, "/nix/store/xfbmj7sl2ikicym9x3yq7cms5qx1w39k-bash-4.4-p23/bin/bash"
)
, ( "coreutils"
, "/nix/store/id23l2prxafywpps8ssh3gq2wn6p84gi-coreutils-8.31"
)
, ( "gcc"
, "/nix/store/fb30zc52va0g99q8qgv7kx4ngq163pii-gcc-wrapper-9.3.0"
)
, ( "name" , "simple" )
, ( "out" , "/nix/store/1zmyj5g8rhs2zpiw5q5rlrf38gqip9q1-simple" )
, ( "src"
, "/nix/store/9sll05wmn9b05f0pm1pwfmmq92fg0syh-simple.c"
)
, ( "system" , "x86_64-linux" )
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment