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-import-tools
/
default.nix
blob: e8f8026436fb8169ae2d466a6ae699c64c70799d (
plain
)
1
2
{ nixpkgs ? import <nixpkgs> {} }: nixpkgs.callPackage ./import-tools.nix {}