flake: add gomod2nix auto-update

This commit is contained in:
jaredmontoya
2024-11-09 17:18:32 +01:00
parent 8934dbaa42
commit 0289b67a84
3 changed files with 61 additions and 49 deletions

View File

@@ -65,6 +65,7 @@
fabric = pkgs.callPackage ./pkgs/fabric {
inherit (gomod2nix.legacyPackages.${system}) buildGoApplication;
};
inherit (gomod2nix.legacyPackages.${system}) gomod2nix;
}
);
};