mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-19 00:38:54 +00:00
Require rust overlay in overlay
This commit is contained in:
parent
735b382102
commit
1ba5cdf6f7
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
|||
}) // {
|
||||
overlays.default = final: prev: {
|
||||
youmubot = final.callPackage ./package.nix {
|
||||
craneLib = inputs.crane.lib.${final.system};
|
||||
craneLib = (inputs.crane.mkLib final).overrideToolchain (p: p.rust-bin.stable."1.79.0".default);
|
||||
};
|
||||
};
|
||||
# module
|
||||
|
|
Loading…
Add table
Reference in a new issue