aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorAndreas Fuchs2020-11-25 00:11:15 -0500
committerGitHub2020-11-24 22:11:15 -0700
commit42cbe751a860470cc8fd36f9e105566b97b6a2ff (patch)
treedfa31d91ea6f770efcad087df688ca737aa7507b /flake.lock
parented97d54648e5e440017c73d1e111c65f99feb140 (diff)
Fix running & building under macOS (Big Sur) (#9)
* 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.
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock6
1 files changed, 3 insertions, 3 deletions
diff --git a/flake.lock b/flake.lock
index c9e4ff3..e5b7ffe 100644
--- a/flake.lock
+++ b/flake.lock
@@ -39,11 +39,11 @@
},
"nixpkgs": {
"locked": {
- "lastModified": 1601961544,
- "narHash": "sha256-uuh9CkDWkXlXse8IcergqoIM5JffqfQDKsl1uHB7XJI=",
+ "lastModified": 1605716121,
+ "narHash": "sha256-CbHicvkzLTfEY+aSUeUY7dfFlDOgZH3uK+PpUfb/DPA=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "89281dd1dfed6839610f0ccad0c0e493606168fe",
+ "rev": "6625284c397b44bc9518a5a1567c1b5aae455c08",
"type": "github"
},
"original": {