aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove old `--no-link` flags to the Nix buildnotgne22020-11-272-10/+6
|
* Fix ProfileNotFound error messagenotgne22020-11-241-1/+1
|
* Fix running & building under macOS (Big Sur) (#9)Andreas Fuchs2020-11-242-7/+17
| | | | | | | | | | | | | | | | | * Add xcbuild as native build input 2 ways & pass --verbose to cargo build * Make "deploy" build on macOS * Bump the nixpkgs version to one that ships Rust 1.47, which can produce binaries under macOS 11 (Big Sur). * Use darwin-specific options that let Naersk build the "deploy" binary under macOS. (With a work-around for https://github.com/nmattia/naersk/issues/127, which prevents this from being much more straight-forward). Unfortunately, the "activate" binary can't be built under macOS due to the inotify dependency; that means the best we can do is to run the deploy under macOS, not deploy *to* macOS.
* Remove references to setActivate from READMEnotgne22020-11-221-3/+3
|
* Print deployment if interactive mode is disablednotgne22020-11-221-0/+4
|
* Remove ref/cows from DeployDefs, add interactive flag (resolves #4)notgne22020-11-224-54/+67
|
* Refactor running to deprecate deploy_all_profiles/push_all_profilesnotgne22020-11-221-237/+122
|
* Partially add deployment confirmation utilities (for #4)notgne22020-11-224-0/+112
|
* Use `/tmp` as temp directory, not `/tmp/deploy-rs` (resolves #8 by deprecation)notgne22020-11-223-7/+7
|
* Update `activate.nixos` to take a configuration, not a derivationnotgne22020-11-222-3/+3
|
* Build nothing if checks attribute is missing in non-flakes mode (fixes #7)notgne22020-11-211-1/+1
|
* fixup! Check auto-rollback flag before deactivatingChristian Höppner2020-11-211-3/+1
|
* Check auto-rollback flag before deactivatingChristian Höppner2020-11-211-4/+12
|
* Scope activation commands, deprecate setActivateAlexander Bantyev2020-11-161-17/+24
|
* Add activation presets for NixOS and noop activationAlexander Bantyev2020-11-161-0/+4
|
* fixup! [OPS-1085] Add CIChristian Höppner2020-11-161-11/+3
|
* Add reuse headers to `shell.nix` and `.buildkite/pipeline.yml`notgne22020-11-142-0/+8
|
* Format flake.nixnotgne22020-11-141-10/+11
|
* Remove deprecated `checkSchema`notgne22020-11-141-5/+1
|
* Update README to document Magic Rollback better, and demonstrate extra Nix ↵notgne22020-11-141-9/+17
| | | | arguments
* Make `magicRollback` be enabled by defaultnotgne22020-11-141-1/+1
|
* Remove "TODO" from READMEnotgne22020-11-141-10/+0
|
* [OPS-1085] Add CIChristian Höppner2020-11-143-0/+29
|
* Pass extra build args to build commandnotgne22020-11-142-0/+12
|
* Re-order link to examples in overall usage section in READMEnotgne22020-11-101-2/+2
|
* Re-order overall usage description in READMEnotgne22020-11-101-34/+34
|
* Add missing newline to `interface.json`notgne22020-11-101-1/+1
|
* Improve language in README regarding overriding the hostnamenotgne22020-11-101-2/+2
| | | Co-authored-by: Christian Höppner <mkaito@users.noreply.github.com>
* Fix setActivate documentation in `README.md`notgne22020-11-101-2/+2
|
* Add missing newline to `.gitignore`notgne22020-11-101-1/+1
|
* Remove bootstrapnotgne22020-11-075-61/+0
|
* Add note about profilesOrder functionalitynotgne22020-11-071-0/+1
|
* Greatly expand documentationnotgne22020-11-075-50/+70
|
* Unmute some more outputs, document the remaining mutesnotgne22020-11-073-9/+2
|
* Mildly improve loggingnotgne22020-11-022-2/+3
|
* Abbreviate match expression with unwrap_or()notgne22020-10-301-4/+1
|
* Show name of profiles missing activationnotgne22020-10-301-2/+8
|
* Fix example command in system examplenotgne22020-10-301-1/+1
|
* Tweak error messages a littlenotgne22020-10-302-4/+4
|
* Remove last remaining inappropriate panicsnotgne22020-10-291-6/+29
|
* Make all the errors work correctly (I am so so sorry)notgne22020-10-297-175/+462
|
* Make lock hash clearer (at apparently no expense)notgne22020-10-292-2/+2
|
* Set correct author on activate binarynotgne22020-10-291-2/+5
|
* Add deprecation warning to checkSchemanotgne22020-10-291-2/+1
|
* Fix authors list in package definitionnotgne22020-10-291-1/+1
|
* Update .gitignore to ignore all Nix resultsnotgne22020-10-291-1/+1
|
* Mark UI off the TODOnotgne22020-10-291-1/+1
|
* Merge branch 'master' into reviewnotgne22020-10-2636-0/+3698
|\
| * Add more debug logsnotgne22020-10-262-1/+11
| |
| * Update example flakesnotgne22020-10-264-14/+14
| |