From 2a36b02b07f4db343353af0f6ad37eaacbeab3eb Mon Sep 17 00:00:00 2001 From: Storm <31986015+washedupdeveloper@users.noreply.github.com> Date: Sun, 30 Mar 2025 14:16:50 +0200 Subject: [PATCH] removed erronerous leftover boilerplate --- flake.lock | 71 +----------------------------------------------------- flake.nix | 3 --- 2 files changed, 1 insertion(+), 73 deletions(-) diff --git a/flake.lock b/flake.lock index cd322d5..c36e0af 100644 --- a/flake.lock +++ b/flake.lock @@ -52,24 +52,6 @@ "type": "github" } }, - "flake-utils": { - "inputs": { - "systems": "systems" - }, - "locked": { - "lastModified": 1694529238, - "narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "ff7b65b44d01cf9ba6a71320833626af21126384", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, "git-hooks": { "inputs": { "flake-compat": "flake-compat", @@ -111,25 +93,6 @@ "type": "github" } }, - "gomod2nix": { - "inputs": { - "flake-utils": "flake-utils", - "nixpkgs": "nixpkgs_3" - }, - "locked": { - "lastModified": 1742209644, - "narHash": "sha256-jMy1XqXqD0/tJprEbUmKilTkvbDY/C0ZGSsJJH4TNCE=", - "owner": "nix-community", - "repo": "gomod2nix", - "rev": "8f3534eb8f6c5c3fce799376dc3b91bae6b11884", - "type": "github" - }, - "original": { - "owner": "nix-community", - "repo": "gomod2nix", - "type": "github" - } - }, "nixpkgs": { "locked": { "lastModified": 1722073938, @@ -178,22 +141,6 @@ } }, "nixpkgs_3": { - "locked": { - "lastModified": 1658285632, - "narHash": "sha256-zRS5S/hoeDGUbO+L95wXG9vJNwsSYcl93XiD0HQBXLk=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "5342fc6fb59d0595d26883c3cadff16ce58e44f3", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "master", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs_4": { "locked": { "lastModified": 1743095683, "narHash": "sha256-gWd4urRoLRe8GLVC/3rYRae1h+xfQzt09xOfb0PaHSk=", @@ -214,23 +161,7 @@ "devshell": "devshell", "flake-parts": "flake-parts", "git-hooks": "git-hooks", - "gomod2nix": "gomod2nix", - "nixpkgs": "nixpkgs_4" - } - }, - "systems": { - "locked": { - "lastModified": 1681028828, - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", - "owner": "nix-systems", - "repo": "default", - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", - "type": "github" - }, - "original": { - "owner": "nix-systems", - "repo": "default", - "type": "github" + "nixpkgs": "nixpkgs_3" } } }, diff --git a/flake.nix b/flake.nix index 3a667cc..6403e86 100644 --- a/flake.nix +++ b/flake.nix @@ -1,9 +1,6 @@ { - description = "A basic gomod2nix flake with pre-commit hooks"; - inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; - gomod2nix.url = "github:nix-community/gomod2nix"; flake-parts.url = "github:hercules-ci/flake-parts"; devshell.url = "github:numtide/devshell"; git-hooks.url = "github:cachix/git-hooks.nix";