index
:
~aehlig/just-buildsystem/hello-nix.git
master
Demonstration of how to build locally with justbuild using dependencies from the nixpkgs.
Klaus Aehlig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nix-dependencies
/
default.nix
blob: 9adde33a952094f30fa121c723167a81ea78da10 (
plain
)
1
2
{ nixpkgs ? import <nixpkgs> {} }: nixpkgs.callPackage ./dependencies.nix {}