gophernotes: unpin go1.17

authored by Aaron Jheng and committed by zowoq fca54275 be183848

+1 -4
+1 -4
pkgs/top-level/all-packages.nix
··· 27987 27987 27988 27988 gopher = callPackage ../applications/networking/gopher/gopher { }; 27989 27989 27990 - gophernotes = callPackage ../applications/editors/gophernotes { 27991 - # pinned due to build failure or vendoring problems. When unpinning double check with: nix-build -A $name.go-modules --rebuild 27992 - buildGoModule = buildGo117Module; 27993 - }; 27990 + gophernotes = callPackage ../applications/editors/gophernotes { }; 27994 27991 27995 27992 goxel = callPackage ../applications/graphics/goxel { }; 27996 27993