[fix] flake

This commit is contained in:
April John 2024-04-17 18:45:48 +00:00 committed by GitHub
parent 889f3e68ba
commit 3333c4133b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 ];