Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [#202] Provide '^out' suffix for deriver on newer nix | Roman Melnikov | 2023-05-05 | 1 | -3/+24 |
| | | | | | | | | | | | | Problem: Since 2.15 nix no longer reference '.drv' as derivation outputs. At the same time, nix before '2.13' doesn't support '.drv' special suffix handling. Solution: Provide '^out' suffix for the profile deriver in case 'nix path-info <...>.drv' returns the same '<...>.drv' path. In other cases either an error about the build result not being present in the /nix/store is returned or an actual build result path is returned. | ||||
* | Build every profile first, then push (#158) | 2xsaiko | 2022-12-29 | 1 | -14/+19 |
| | | | | | Try to build everything first before pushing to remotes. Since the build is more likely to fail than the upload, if there is an error the deployment will fail sooner and before uploading any potentially unusable configuration. | ||||
* | Add option to build on the remote host | Philipp Herzog | 2022-11-18 | 1 | -59/+135 |
| | |||||
* | General code cleanup | notgne2 | 2021-08-12 | 1 | -20/+20 |
| | |||||
* | Evaluate only once, and then only realise | Alexander Bantyev | 2021-07-02 | 1 | -9/+47 |
| | |||||
* | Clean up adding Command arguments | notgne2 | 2021-02-09 | 1 | -10/+10 |
| | |||||
* | changed: remove 2015-style extern crate | Bernardo Meurer | 2021-01-26 | 1 | -2/+2 |
| | |||||
* | Remove unused DeployPathToActivatePathError | notgne2 | 2021-01-08 | 1 | -2/+0 |
| | |||||
* | Struct-ify arguments to push_profile | notgne2 | 2021-01-08 | 1 | -37/+56 |
| | |||||
* | Restructure project | notgne2 | 2021-01-08 | 1 | -0/+174 |