update script for go dependancies

This commit is contained in:
Alan Daniels 2025-02-13 09:56:52 +11:00
parent c5a07cc35b
commit c2a81f7d2a
2 changed files with 22 additions and 19 deletions

View file

@ -25,6 +25,7 @@
inherit (gomod2nix.legacyPackages.${system}) buildGoApplication;
};
devShells.default = callPackage ./shell.nix {
inherit source;
inherit (gomod2nix.legacyPackages.${system}) mkGoEnv gomod2nix;
};
})