Rewrite to use nixpkgs

This commit is contained in:
2024-01-27 10:19:46 -08:00
parent bd7b557550
commit fc9cf546f6
2 changed files with 25 additions and 12 deletions
+1 -4
View File
@@ -1,9 +1,6 @@
{ gomod2nix }:
{ config, lib, pkgs, ... }:
let buildGoApplication = gomod2nix.packages."${pkgs.system}".buildGoApplication;
in buildGoApplication rec {
pkgs.lib.buildGoApplication rec {
pname = "google-photo-uploader";
version = "1.6.1";