buildGoApp is probably in pkgs, not lib

This commit is contained in:
niten 2024-01-27 11:33:13 -08:00
parent 18ff037bc6
commit 6b3dea996c

View File

@ -1,7 +1,7 @@
{ pkgs, lib, ... }:
with pkgs.lib;
buildGoApplication rec {
pkgs.buildGoApplication rec {
pname = "google-photo-uploader";
version = "1.6.1";