wip: rustslop

This commit is contained in:
2026-06-22 00:20:18 -06:00
parent ef5362cc25
commit d13edd2ca0
9 changed files with 121 additions and 0 deletions
+5
View File
@@ -10,6 +10,7 @@
inherit system;
};
shake = pkgs.callPackage ./shake-wrapper.nix {};
rustslop = pkgs.callPackage ./rustslop {};
in {
devShells.${system}.default = pkgs.mkShell {
packages = [
@@ -20,6 +21,10 @@
pkgs.wasm-tools
pkgs.wac-cli
];
inputsFrom = [
rustslop
];
inherit (rustslop) CARGO_BUILD_TARGET;
};
};
}