From 3333c4133b32f78264d3ddb7b8d8bae4db9e2225 Mon Sep 17 00:00:00 2001 From: April John <30842467+CutestNekoAqua@users.noreply.github.com> Date: Wed, 17 Apr 2024 18:45:48 +0000 Subject: [PATCH] [fix] flake --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 1053215..9b9dbfe 100644 --- a/flake.nix +++ b/flake.nix @@ -26,7 +26,7 @@ libiconv openssl ]; - naersk' = pkgs.callPackage naersk {}; + naersk' = pkgs.callPackage inputs.naersk {}; rust-toolchain = pkgs.symlinkJoin { name = "rust-toolchain"; paths = [ pkgs.rustc pkgs.cargo pkgs.cargo-watch pkgs.rust-analyzer pkgs.rustPlatform.rustcSrc ];