mirror of
https://github.com/callumio/nish.git
synced 2025-12-18 03:59:19 +00:00
This commit is contained in:
parent
75e7c33a87
commit
e0d8eec64f
2 changed files with 26 additions and 43 deletions
|
|
@ -47,7 +47,7 @@
|
|||
}: let
|
||||
rustToolchain = inputs'.fenix.packages.fromToolchainFile {
|
||||
file = ./rust-toolchain.toml;
|
||||
sha256 = "sha256-VZZnlyP69+Y3crrLHQyJirqlHrTtGTsyiSnZB8jEvVo=";
|
||||
sha256 = "sha256-Qxt8XAuaUR2OMdKbN4u8dBJOhSHxS+uS06Wl9+flVEk=";
|
||||
};
|
||||
craneLib = (inputs.crane.mkLib pkgs).overrideToolchain rustToolchain;
|
||||
src = craneLib.cleanCargoSource (craneLib.path ./.);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue