working on haskell development shell

This commit is contained in:
2025-05-26 00:06:11 +01:00
parent cd8bb2df8c
commit 0f4f52cb8b
2 changed files with 8 additions and 14 deletions

View File

@@ -4,7 +4,11 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
flake-utils.url = "github:numtide/flake-utils";
flake-utils = {
url = "github:numtide/flake-utils";
inputs.nixpkgs.follows = "nixpkgs";
};
gomod2nix = {
url = "github:nix-community/gomod2nix";