all repos — erl @ 93e469e1487d1c41abc1bc8b2c04c2f63438301a

Execute Reload Loop

remove flake-utils

Alin
commit

93e469e1487d1c41abc1bc8b2c04c2f63438301a

parent

2174676a03fde761b18eefd453867d9e314dc7c9

1 file changed, 0 insertions(+), 2 deletions(-)

changed files
M flake.nixflake.nix
@@ -3,12 +3,10 @@ description = "A basic gomod2nix flake";
inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; - flake-utils.url = "github:numtide/flake-utils"; gomod2nix = { url = "github:nix-community/gomod2nix"; inputs = { nixpkgs.follows = "nixpkgs"; - flake-utils.follows = "flake-utils"; }; }; pre-commit-hooks = {