Skip to content

Commit

Permalink
Merge nodejs-pure-builder into devShells
Browse files Browse the repository at this point in the history
  • Loading branch information
wmertens committed Aug 26, 2022
2 parents 4335130 + 3a170a1 commit d94d48f
Show file tree
Hide file tree
Showing 12 changed files with 427 additions and 462 deletions.
2 changes: 1 addition & 1 deletion src/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ in let
getSourceSpec
getRoot
getDependencies
getCyclicDependencies
getCyclicHelpers
defaultPackageName
defaultPackageVersion
packages
Expand Down
21 changes: 14 additions & 7 deletions src/subsystems/haskell/builders/default/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,22 @@ in {
}: {
### FUNCTIONS
# AttrSet -> Bool) -> AttrSet -> [x]
getCyclicDependencies, # name: version: -> [ {name=; version=; } ]
getDependencies, # name: version: -> [ {name=; version=; } ]
getSource, # name: version: -> store-path
# name: version: -> helpers
getCyclicHelpers,
# name: version: -> [ {name=; version=; } ]
getDependencies,
# name: version: -> store-path
getSource,
# to get information about the original source spec
getSourceSpec, # name: version: -> {type="git"; url=""; hash="";}
# name: version: -> {type="git"; url=""; hash="";}
getSourceSpec,
### ATTRIBUTES
subsystemAttrs, # attrset
defaultPackageName, # string
defaultPackageVersion, # string
# attrset
subsystemAttrs,
# string
defaultPackageName,
# string
defaultPackageVersion,
# all exported (top-level) package names and versions
# attrset of pname -> version,
packages,
Expand Down
Loading

0 comments on commit d94d48f

Please sign in to comment.