mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-12 04:52:26 +01:00
Switch devenv
dependency in the nix development environment to the latest release (instead of the development branch) (#16063)
This commit is contained in:
parent
ec662bbe41
commit
85118420a2
3 changed files with 6 additions and 5 deletions
1
changelog.d/16063.misc
Normal file
1
changelog.d/16063.misc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Fix building the nix development environment on MacOS systems.
|
|
@ -8,16 +8,16 @@
|
||||||
"pre-commit-hooks": "pre-commit-hooks"
|
"pre-commit-hooks": "pre-commit-hooks"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1690534632,
|
"lastModified": 1688058187,
|
||||||
"narHash": "sha256-kOXS9x5y17VKliC7wZxyszAYrWdRl1JzggbQl0gyo94=",
|
"narHash": "sha256-ipDcc7qrucpJ0+0eYNlwnE+ISTcq4m03qW+CWUshRXI=",
|
||||||
"owner": "cachix",
|
"owner": "cachix",
|
||||||
"repo": "devenv",
|
"repo": "devenv",
|
||||||
"rev": "6568e7e485a46bbf32051e4d6347fa1fed8b2f25",
|
"rev": "c8778e3dc30eb9043e218aaa3861d42d4992de77",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "cachix",
|
"owner": "cachix",
|
||||||
"ref": "main",
|
"ref": "v0.6.3",
|
||||||
"repo": "devenv",
|
"repo": "devenv",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
# Output a development shell for x86_64/aarch64 Linux/Darwin (MacOS).
|
# Output a development shell for x86_64/aarch64 Linux/Darwin (MacOS).
|
||||||
systems.url = "github:nix-systems/default";
|
systems.url = "github:nix-systems/default";
|
||||||
# A development environment manager built on Nix. See https://devenv.sh.
|
# A development environment manager built on Nix. See https://devenv.sh.
|
||||||
devenv.url = "github:cachix/devenv/main";
|
devenv.url = "github:cachix/devenv/v0.6.3";
|
||||||
# Rust toolchain.
|
# Rust toolchain.
|
||||||
rust-overlay.url = "github:oxalica/rust-overlay";
|
rust-overlay.url = "github:oxalica/rust-overlay";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue