Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build "activate" binary on all platforms | Andreas Fuchs | 2020-12-15 | 1 | -2/+0 |
| | | | | | | Now that activate uses a cross-platform fs notification library, we can build it on Darwin again (and build its deps separately, speeding up recompiles there). | ||||
* | Add SPDX-FileCopyrightText to the three files that I changed substantially | Andreas Fuchs | 2020-12-02 | 1 | -0/+1 |
| | |||||
* | activate flake check: confirm that activate-rs exists in the profile | Alexander Bantyev | 2020-12-02 | 1 | -1/+3 |
| | |||||
* | Write an "activate-rs" script into the profile path | Andreas Fuchs | 2020-12-02 | 1 | -0/+9 |
| | | | | | This should point to the correct path if the target platform differs fro the deploying platform. | ||||
* | Fix running & building under macOS (Big Sur) (#9) | Andreas Fuchs | 2020-11-24 | 1 | -4/+14 |
| | | | | | | | | | | | | | | | | | * Add xcbuild as native build input 2 ways & pass --verbose to cargo build * Make "deploy" build on macOS * Bump the nixpkgs version to one that ships Rust 1.47, which can produce binaries under macOS 11 (Big Sur). * Use darwin-specific options that let Naersk build the "deploy" binary under macOS. (With a work-around for https://github.com/nmattia/naersk/issues/127, which prevents this from being much more straight-forward). Unfortunately, the "activate" binary can't be built under macOS due to the inotify dependency; that means the best we can do is to run the deploy under macOS, not deploy *to* macOS. | ||||
* | Update `activate.nixos` to take a configuration, not a derivation | notgne2 | 2020-11-22 | 1 | -1/+1 |
| | |||||
* | Scope activation commands, deprecate setActivate | Alexander Bantyev | 2020-11-16 | 1 | -17/+24 |
| | |||||
* | Add activation presets for NixOS and noop activation | Alexander Bantyev | 2020-11-16 | 1 | -0/+4 |
| | |||||
* | fixup! [OPS-1085] Add CI | Christian Höppner | 2020-11-16 | 1 | -11/+3 |
| | |||||
* | Format flake.nix | notgne2 | 2020-11-14 | 1 | -10/+11 |
| | |||||
* | Remove deprecated `checkSchema` | notgne2 | 2020-11-14 | 1 | -5/+1 |
| | |||||
* | [OPS-1085] Add CI | Christian Höppner | 2020-11-14 | 1 | -0/+12 |
| | |||||
* | Greatly expand documentation | notgne2 | 2020-11-07 | 1 | -1/+1 |
| | |||||
* | Show name of profiles missing activation | notgne2 | 2020-10-30 | 1 | -2/+8 |
| | |||||
* | Add deprecation warning to checkSchema | notgne2 | 2020-10-29 | 1 | -2/+1 |
| | |||||
* | Improve checks usage, add check for activation script existing | notgne2 | 2020-10-26 | 1 | -3/+21 |
| | |||||
* | Move activate script location, use buildEnv for setActivate | notgne2 | 2020-10-11 | 1 | -2/+2 |
| | |||||
* | Minor flake and documentation fixes | notgne2 | 2020-10-08 | 1 | -20/+30 |
| | |||||
* | Add interface with json schema, fix flake-less issues, put setActivate and ↵ | notgne2 | 2020-10-05 | 1 | -1/+24 |
| | | | | jsonSchema check in flake lib | ||||
* | Add license information, reformat Nix files, clean up | notgne2 | 2020-09-29 | 1 | -2/+5 |
| | |||||
* | use separate binary for activation, more cleanup | notgne2 | 2020-09-28 | 1 | -1/+1 |
| | |||||
* | stuff | notgne2 | 2020-09-28 | 1 | -0/+22 |