aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-23Warn when flakes are not available, forward stderr of Nix evaluationnotgne21-5/+9
2020-10-23Remove redundant defaultnotgne21-2/+2
2020-10-13Clean up some CLI arguments, make magic rollback optionalnotgne26-92/+132
2020-10-13Auto rollback if deployment is not confirmednotgne23-75/+226
2020-10-11Set working directory during activation to the profile pathnotgne21-0/+2
2020-10-11Move activate script location, use buildEnv for setActivatenotgne21-2/+2
2020-10-10Add profile path option to profilesnotgne22-7/+13
2020-10-08Update documentationnotgne22-39/+0
2020-10-06Add skip-push flagnotgne21-25/+36
2020-10-05Improve schema a bit, fix flake locks for examplesnotgne22-17/+26
2020-10-05Add interface with json schema, fix flake-less issues, put setActivate and js...notgne21-3/+6
2020-10-02General improvements, deprecate `activate` profile option in favor of executi...notgne24-117/+97
2020-10-01Handle more command exits correctlynotgne23-20/+55
2020-10-01Rework system for deploy properties, add CLI override flagsnotgne24-129/+260
2020-10-01Improve nix copy stuffnotgne24-29/+33
2020-09-29More separation and component testingnotgne22-51/+122
2020-09-29Add license information, reformat Nix files, clean upnotgne26-1/+25
2020-09-29Move all activation logic to activate.rs (the unused warnings got annoying)notgne23-110/+109
2020-09-29Pass extra arguments to the Nix build commandnotgne21-20/+32
2020-09-28Add examplesnotgne21-0/+2
2020-09-28use separate binary for activation, more cleanupnotgne25-140/+163
2020-09-28More functionsnotgne23-42/+50
2020-09-28separate out activation logicnotgne23-165/+184
2020-09-28separate and add tests for flake parsingnotgne21-22/+69
2020-09-28Add missing filesnotgne24-0/+300
2020-09-28minor patchesnotgne21-7/+4
2020-09-28some basic modularizationnotgne21-300/+20
2020-09-28fix some loggingnotgne21-8/+6
2020-09-28Crudely perform pushes before deploys, with little data re-use (untested)notgne21-66/+69
2020-09-28Mildly modularize and seperate deploy and push (untested)notgne21-46/+118
2020-09-28Add (untested) profiles order supportnotgne21-1/+21
2020-09-28add check sigs flagnotgne21-2/+14