Differences From Artifact [eeefb2d05d]:
- File default.nix — part of check-in [a26e579866] at 2019-08-21 04:50:41 on branch trunk — Add initial build setup for Nix (user: glow, size: 52) [annotate] [blame] [check-ins using]
To Artifact [79b823a4d8]:
- File default.nix — part of check-in [49b6e9c7f6] at 2019-08-21 06:43:51 on branch trunk — create dist folder for OS-specific supporting build files (user: lexi, size: 57) [annotate] [blame] [check-ins using]
1 2 |
with import <nixpkgs> {}; callPackage ./libk.nix {} |
| |
1 2 |
with import <nixpkgs> {};
callPackage ./dist/libk.nix {}
|