updating haskell module to nix build and development environment

This commit is contained in:
2025-01-11 13:26:59 +00:00
parent 406947f249
commit a0e0a8f73e
8 changed files with 74 additions and 161 deletions

View File

@@ -16,9 +16,9 @@
let
goEnv = mkGoEnv { pwd = ./.; };
in
pkgs.mkShell {
packages = [
goEnv
gomod2nix
];
pkgs.mkShell {
packages = [
goEnv
gomod2nix
];
}