remove flake-utils
3 files changed, 28 insertions(+), 27 deletions(-)
changed files
M flake.lock → flake.lock
@@ -149,9 +149,7 @@ } }, "gomod2nix": { "inputs": { - "flake-utils": [ - "flake-utils" - ], + "flake-utils": "flake-utils", "nixpkgs": [ "nixpkgs" ]@@ -227,7 +225,6 @@ "root": { "inputs": { "files": "files", "flake-parts": "flake-parts", - "flake-utils": "flake-utils", "git-hooks": "git-hooks", "gomod2nix": "gomod2nix", "nixpkgs": "nixpkgs",
M flake.nix → flake.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 = {
M gomod2nix.toml → gomod2nix.toml
@@ -1,24 +1,30 @@ schema = 3 [mod] - [mod."github.com/fatih/color"] - version = "v1.19.0" - hash = "sha256-YgMm1nid8yigNLG6aHfuMbsvMI1UYVf/Rkg44pp/NTU=" - [mod."github.com/fsnotify/fsnotify"] - version = "v1.9.0" - hash = "sha256-WtpE1N6dpHwEvIub7Xp/CrWm0fd6PX7MKA4PV44rp2g=" - [mod."github.com/jessevdk/go-flags"] - version = "v1.6.1" - hash = "sha256-Q5WFTgRxYio0+ay3sbQeBPKeJAFvOdiDVkaTVn3hoTA=" - [mod."github.com/mattn/go-colorable"] - version = "v0.1.14" - hash = "sha256-JC60PjKj7MvhZmUHTZ9p372FV72I9Mxvli3fivTbxuA=" - [mod."github.com/mattn/go-isatty"] - version = "v0.0.21" - hash = "sha256-B70ZCZYoajKE8xxKPh9sgyVz2URKi0EyaOX8XFDqWKw=" - [mod."github.com/sabhiram/go-gitignore"] - version = "v0.0.0-20210923224102-525f6e181f06" - hash = "sha256-A1aJFlcPRQvDqdJmEwpzhftR8C1Kzv1hXPszq8eO76Q=" - [mod."golang.org/x/sys"] - version = "v0.43.0" - hash = "sha256-aDQXqSTZES2l/132PBxhZN4ywldpPyfm7LByYCHzzwM=" + [mod.'github.com/fatih/color'] + version = 'v1.19.0' + hash = 'sha256-YgMm1nid8yigNLG6aHfuMbsvMI1UYVf/Rkg44pp/NTU=' + + [mod.'github.com/fsnotify/fsnotify'] + version = 'v1.9.0' + hash = 'sha256-WtpE1N6dpHwEvIub7Xp/CrWm0fd6PX7MKA4PV44rp2g=' + + [mod.'github.com/jessevdk/go-flags'] + version = 'v1.6.1' + hash = 'sha256-Q5WFTgRxYio0+ay3sbQeBPKeJAFvOdiDVkaTVn3hoTA=' + + [mod.'github.com/mattn/go-colorable'] + version = 'v0.1.14' + hash = 'sha256-JC60PjKj7MvhZmUHTZ9p372FV72I9Mxvli3fivTbxuA=' + + [mod.'github.com/mattn/go-isatty'] + version = 'v0.0.21' + hash = 'sha256-B70ZCZYoajKE8xxKPh9sgyVz2URKi0EyaOX8XFDqWKw=' + + [mod.'github.com/sabhiram/go-gitignore'] + version = 'v0.0.0-20210923224102-525f6e181f06' + hash = 'sha256-A1aJFlcPRQvDqdJmEwpzhftR8C1Kzv1hXPszq8eO76Q=' + + [mod.'golang.org/x/sys'] + version = 'v0.43.0' + hash = 'sha256-aDQXqSTZES2l/132PBxhZN4ywldpPyfm7LByYCHzzwM='