Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixup! [#210] Add activation script for darwin system and provide a usage ↵ | Roman Melnikov | 2023-05-12 | 1 | -126/+0 |
| | | | | example | ||||
* | [#210] Add activation script for darwin system and provide a usage example | Roman Melnikov | 2023-05-11 | 3 | -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 config | 06kellyjac | 2022-01-13 | 4 | -12/+0 |
| | |||||
* | Fix examples/system/README.md: `deploy` -> `deploy-rs` | Tal Walter | 2021-02-27 | 1 | -1/+1 |
| | |||||
* | Update `activate.nixos` to take a configuration, not a derivation | notgne2 | 2020-11-22 | 1 | -2/+2 |
| | |||||
* | Fix example command in system example | notgne2 | 2020-10-30 | 1 | -1/+1 |
| | |||||
* | Update example flakes | notgne2 | 2020-10-26 | 4 | -14/+14 |
| | |||||
* | Update lockfiles | notgne2 | 2020-10-11 | 2 | -24/+24 |
| | |||||
* | Update lock files | notgne2 | 2020-10-11 | 2 | -48/+58 |
| | |||||
* | Add skip-push flag | notgne2 | 2020-10-06 | 1 | -3/+3 |
| | |||||
* | Improve schema a bit, fix flake locks for examples | notgne2 | 2020-10-05 | 2 | -8/+12 |
| | |||||
* | Clean up `simple` example | notgne2 | 2020-10-05 | 2 | -30/+11 |
| | |||||
* | Add interface with json schema, fix flake-less issues, put setActivate and ↵ | notgne2 | 2020-10-05 | 4 | -67/+206 |
| | | | | jsonSchema check in flake lib | ||||
* | General improvements, deprecate `activate` profile option in favor of ↵ | notgne2 | 2020-10-02 | 2 | -49/+86 |
| | | | | executing $PROFILE/activate (Wrap It Yourself) to ensure successful rollback activations | ||||
* | Add license information, reformat Nix files, clean up | notgne2 | 2020-09-29 | 11 | -17/+57 |
| | |||||
* | Add examples | notgne2 | 2020-09-28 | 11 | -0/+205 |