Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-09-23 | flake.lock: Update | Alexander Bantyev | 1 | -9/+9 | |
Flake lock file changes: • Updated input 'flake-compat': 'github:edolstra/flake-compat/99f1c2157fba4bfe6211a321fd0ee43199025dbf' (2020-11-26) → 'github:edolstra/flake-compat/12c64ca55c1014cdc1b16ed5a804aa8576601ff2' (2021-08-02) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/d8eb97e3801bde96491535f40483d550b57605b9' (2021-06-06) → 'github:NixOS/nixpkgs/e0ce3c683ae677cf5aab597d645520cddd13392b' (2021-09-19) • Updated input 'utils': 'github:numtide/flake-utils/7d706970d94bc5559077eb1a6600afddcd25a7c8' (2021-05-31) → 'github:numtide/flake-utils/7e5bf3925f6fbdfaf50a2a7ca0be2879c4261d19' (2021-09-13) | |||||
2021-09-15 | flake: replace naersk with buildRustPackage | Bernardo Meurer | 1 | -22/+0 | |
2021-06-06 | flake: update inputs | Bernardo Meurer | 1 | -9/+9 | |
2021-01-18 | Update all flake inputs to latest versions | Alexander Bantyev | 1 | -12/+12 | |
2020-11-24 | Fix running & building under macOS (Big Sur) (#9) | Andreas Fuchs | 1 | -3/+3 | |
* 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-10-11 | Update lock files | notgne2 | 1 | -9/+9 | |
2020-10-08 | Minor flake and documentation fixes | notgne2 | 1 | -16/+21 | |