aboutsummaryrefslogtreecommitdiff
path: root/flake.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-12-02activate flake check: confirm that activate-rs exists in the profileAlexander Bantyev1-1/+3
2020-12-02Write an "activate-rs" script into the profile pathAndreas Fuchs1-0/+9
This should point to the correct path if the target platform differs fro the deploying platform.
2020-11-24Fix running & building under macOS (Big Sur) (#9)Andreas Fuchs1-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.
2020-11-22Update `activate.nixos` to take a configuration, not a derivationnotgne21-1/+1
2020-11-16Scope activation commands, deprecate setActivateAlexander Bantyev1-17/+24
2020-11-16Add activation presets for NixOS and noop activationAlexander Bantyev1-0/+4
2020-11-16fixup! [OPS-1085] Add CIChristian Höppner1-11/+3
2020-11-14Format flake.nixnotgne21-10/+11
2020-11-14Remove deprecated `checkSchema`notgne21-5/+1
2020-11-14[OPS-1085] Add CIChristian Höppner1-0/+12
2020-11-07Greatly expand documentationnotgne21-1/+1
2020-10-30Show name of profiles missing activationnotgne21-2/+8
2020-10-29Add deprecation warning to checkSchemanotgne21-2/+1
2020-10-26Improve checks usage, add check for activation script existingnotgne21-3/+21
2020-10-11Move activate script location, use buildEnv for setActivatenotgne21-2/+2
2020-10-08Minor flake and documentation fixesnotgne21-20/+30
2020-10-05Add interface with json schema, fix flake-less issues, put setActivate and ↵notgne21-1/+24
jsonSchema check in flake lib
2020-09-29Add license information, reformat Nix files, clean upnotgne21-2/+5
2020-09-28use separate binary for activation, more cleanupnotgne21-1/+1