Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-09-29 | Move all activation logic to activate.rs (the unused warnings got annoying) | notgne2 | 3 | -110/+109 | |
2020-09-29 | Pass extra arguments to the Nix build command | notgne2 | 1 | -20/+32 | |
2020-09-28 | Add examples | notgne2 | 1 | -0/+2 | |
2020-09-28 | use separate binary for activation, more cleanup | notgne2 | 5 | -140/+163 | |
2020-09-28 | More functions | notgne2 | 3 | -42/+50 | |
2020-09-28 | separate out activation logic | notgne2 | 3 | -165/+184 | |
2020-09-28 | separate and add tests for flake parsing | notgne2 | 1 | -22/+69 | |
2020-09-28 | Add missing files | notgne2 | 4 | -0/+300 | |
2020-09-28 | minor patches | notgne2 | 1 | -7/+4 | |
2020-09-28 | some basic modularization | notgne2 | 1 | -300/+20 | |
2020-09-28 | fix some logging | notgne2 | 1 | -8/+6 | |
2020-09-28 | Crudely perform pushes before deploys, with little data re-use (untested) | notgne2 | 1 | -66/+69 | |
2020-09-28 | Mildly modularize and seperate deploy and push (untested) | notgne2 | 1 | -46/+118 | |
2020-09-28 | Add (untested) profiles order support | notgne2 | 1 | -1/+21 | |
2020-09-28 | add check sigs flag | notgne2 | 1 | -2/+14 | |