Overview
| Comment: | create dist folder for OS-specific supporting build files | 
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive | 
| Timelines: | family | ancestors | descendants | both | trunk | 
| Files: | files | file ages | folders | 
| SHA3-256: | 49b6e9c7f6054e1be03064a9651da546 | 
| User & Date: | lexi on 2019-08-21 06:43:51 | 
| Other Links: | manifest | tags | 
Context
| 2019-08-21 | ||
| 23:35 | replace `.` with `source` in shell scripts for compatibility; change `sh` shebangs to use bash instead check-in: 34059b4bf6 user: lexi tags: trunk | |
| 06:43 | create dist folder for OS-specific supporting build files check-in: 49b6e9c7f6 user: lexi tags: trunk | |
| 06:00 | move modules to a subdirectory in order to keep the directory tree organized and make room for OS-specific build files check-in: 14172a910a user: lexi tags: trunk | |
Changes
Modified default.nix from [eeefb2d05d] to [79b823a4d8].
| 1 2 | 
with import <nixpkgs> {};
callPackage ./libk.nix {}
 | | | 1 2 | 
with import <nixpkgs> {};
callPackage ./dist/libk.nix {}
 | 
Name change from libk.nix to dist/libk.nix.