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