delete guileslop and add haskellslop

This commit is contained in:
2026-07-17 13:49:50 -06:00
parent d3cf938eb3
commit 388363397a
27 changed files with 143 additions and 28 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
ghc-wasm.url = "gitlab:haskell-wasm/ghc-wasm-meta?host=gitlab.haskell.org";
};
outputs = inputs:
@@ -19,7 +20,7 @@
pkgs.wasmtime
pkgs.wasm-tools
pkgs.wac-cli
pkgs.guile
inputs.ghc-wasm.packages.${system}.all_9_14
];
};
};