mirror of
https://github.com/versia-pub/activitypub.git
synced 2025-12-06 06:38:20 +01:00
[fix] flake
This commit is contained in:
parent
889f3e68ba
commit
3333c4133b
|
|
@ -26,7 +26,7 @@
|
||||||
libiconv
|
libiconv
|
||||||
openssl
|
openssl
|
||||||
];
|
];
|
||||||
naersk' = pkgs.callPackage naersk {};
|
naersk' = pkgs.callPackage inputs.naersk {};
|
||||||
rust-toolchain = pkgs.symlinkJoin {
|
rust-toolchain = pkgs.symlinkJoin {
|
||||||
name = "rust-toolchain";
|
name = "rust-toolchain";
|
||||||
paths = [ pkgs.rustc pkgs.cargo pkgs.cargo-watch pkgs.rust-analyzer pkgs.rustPlatform.rustcSrc ];
|
paths = [ pkgs.rustc pkgs.cargo pkgs.cargo-watch pkgs.rust-analyzer pkgs.rustPlatform.rustcSrc ];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue