aboutsummaryrefslogtreecommitdiff
path: root/examples (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-12fixup! [#210] Add activation script for darwin system and provide a usage ↵Roman Melnikov1-126/+0
example
2023-05-11[#210] Add activation script for darwin system and provide a usage exampleRoman Melnikov3-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-13chore: replace .license files with dep5 config06kellyjac4-12/+0
2021-02-27Fix examples/system/README.md: `deploy` -> `deploy-rs`Tal Walter1-1/+1
2020-11-22Update `activate.nixos` to take a configuration, not a derivationnotgne21-2/+2
2020-10-30Fix example command in system examplenotgne21-1/+1
2020-10-26Update example flakesnotgne24-14/+14
2020-10-11Update lockfilesnotgne22-24/+24
2020-10-11Update lock filesnotgne22-48/+58
2020-10-06Add skip-push flagnotgne21-3/+3
2020-10-05Improve schema a bit, fix flake locks for examplesnotgne22-8/+12
2020-10-05Clean up `simple` examplenotgne22-30/+11
2020-10-05Add interface with json schema, fix flake-less issues, put setActivate and ↵notgne24-67/+206
jsonSchema check in flake lib
2020-10-02General improvements, deprecate `activate` profile option in favor of ↵notgne22-49/+86
executing $PROFILE/activate (Wrap It Yourself) to ensure successful rollback activations
2020-09-29Add license information, reformat Nix files, clean upnotgne211-17/+57
2020-09-28Add examplesnotgne211-0/+205