aboutsummaryrefslogtreecommitdiff
path: root/examples (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixup! [#210] Add activation script for darwin system and provide a usage ↵Roman Melnikov2023-05-121-126/+0
| | | | example
* [#210] Add activation script for darwin system and provide a usage exampleRoman Melnikov2023-05-113-0/+184
| | | | | | | | | | | | | Problem: It's possible to use 'deploy-rs' for deploying 'darwinSystem' configuration from 'nix-darwin' to a darwin system. However, there is no dedicated activatiot script for darwin and thus one has to come up with 'custom' activation script. Solution: 1) Add 'darwin' attribute to 'lib.activate' that provides a script that should be used to activate 'darwinSystem' config with 'deploy-rs'. 2) Add a new 'examples/darwin' example that provides simple flake for deploying configuration to a darwin target.
* chore: replace .license files with dep5 config06kellyjac2022-01-134-12/+0
|
* Fix examples/system/README.md: `deploy` -> `deploy-rs`Tal Walter2021-02-271-1/+1
|
* Update `activate.nixos` to take a configuration, not a derivationnotgne22020-11-221-2/+2
|
* Fix example command in system examplenotgne22020-10-301-1/+1
|
* Update example flakesnotgne22020-10-264-14/+14
|
* Update lockfilesnotgne22020-10-112-24/+24
|
* Update lock filesnotgne22020-10-112-48/+58
|
* Add skip-push flagnotgne22020-10-061-3/+3
|
* Improve schema a bit, fix flake locks for examplesnotgne22020-10-052-8/+12
|
* Clean up `simple` examplenotgne22020-10-052-30/+11
|
* Add interface with json schema, fix flake-less issues, put setActivate and ↵notgne22020-10-054-67/+206
| | | | jsonSchema check in flake lib
* General improvements, deprecate `activate` profile option in favor of ↵notgne22020-10-022-49/+86
| | | | executing $PROFILE/activate (Wrap It Yourself) to ensure successful rollback activations
* Add license information, reformat Nix files, clean upnotgne22020-09-2911-17/+57
|
* Add examplesnotgne22020-09-2811-0/+205