From 3d4055854a9a2d0e405e3bbec923e82d8554e7b3 Mon Sep 17 00:00:00 2001 From: "Ricardo (XenGi) Band" Date: Tue, 24 Oct 2023 16:25:01 +0200 Subject: [PATCH] cleanup --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 95a5ae6..ade1064 100644 --- a/flake.nix +++ b/flake.nix @@ -11,7 +11,6 @@ }; outputs = { self, nixpkgs, flake-utils, gomod2nix }: flake-utils.lib.eachDefaultSystem (system: let - #pkgs = nixpkgs.legacyPackages.${system}; pkgs = import nixpkgs { inherit system; overlays = [ gomod2nix.overlays.default ];