commit b4d8a72c9cda23a6511287a9c67eb108f7b00014
parent f656b7fc8f8fefe48e3a075f18388cfbb1caaaec
Author: William Casarin <jb55@jb55.com>
Date: Thu, 18 Dec 2025 10:08:17 -0800
nix: add rustc/cargo
since rustup is failing me on nixos for some reason
Signed-off-by: William Casarin <jb55@jb55.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shell.nix b/shell.nix
@@ -2,5 +2,5 @@
with pkgs;
mkShell {
- nativeBuildInputs = [ libiconv pkg-config fontconfig freetype openssl ];
+ nativeBuildInputs = [ rustc cargo libiconv pkg-config fontconfig freetype openssl ];
}