aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/build (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libkookie: inherit the host to build from the environment if setMolly Miller2021-01-181-1/+4
| | | | | This makes it possible to test the build of libkookie system derivations on hosts other than the end target.
* libkookie: fix build script.Molly Miller2021-01-181-1/+1
| | | | | | The build script doesn't pass the correct path to nixpkgs in the nix-build invocation, which causes build failures outside a standard libkookie-booted environment.
* code dumpMx Kookie2020-12-261-0/+1
|
* libkookie: build: adding a function to build VM images for debuggingMx Kookie2020-12-221-2/+24
|
* libkookie: build: adding modules and configuration keys to NIX_PATHMx Kookie2020-12-221-0/+2
|
* libkookie: build: correctily pass additional arguments to nix buildMx Kookie2020-12-221-5/+5
|
* libkookie: adding root building mechanismMx Kookie2020-12-211-0/+43
|
* infra/libkookie: init projectMx Kookie2020-12-211-0/+0
Adding an empty directory and basic outline of libkookie, my personal collection of nix expressions, and toolkit for building my system configurations. This project previously was part of kookienomicon, but was removed due to technical debt in the way that it was structured. I deemed it a better approach to start anew, to try to limit the exposure of past mistakes.