guileslop

This commit is contained in:
2026-06-27 15:40:55 -06:00
parent 18dd53f02a
commit bf5990c880
4 changed files with 27 additions and 5 deletions
+1 -5
View File
@@ -10,7 +10,6 @@
inherit system;
};
shake = pkgs.callPackage ./shake-wrapper.nix {};
rustslop = pkgs.callPackage ./rustslop {};
in {
devShells.${system}.default = pkgs.mkShell {
packages = [
@@ -20,11 +19,8 @@
pkgs.wasmtime
pkgs.wasm-tools
pkgs.wac-cli
pkgs.guile
];
inputsFrom = [
rustslop
];
inherit (rustslop) CARGO_BUILD_TARGET;
};
};
}