Explorar el Código

fix(build): fix cross compilation

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen hace 2 años
padre
commit
363c53e08f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      flake.nix

+ 1 - 1
flake.nix

@@ -186,8 +186,8 @@
         devShells.default = pkgs.mkShell {
           inherit (self.checks.${system}.pre-commit-check) shellHook;
           nativeBuildInputs = with pkgs; [
-            toolchain
             rustup
+            toolchain
             just
             pandoc
             convco