Initial checkin
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
description = "Google Photo Uploader";
|
||||
|
||||
inputs = { gomod2nix.url = "github:nix-community/gomod2nix"; };
|
||||
|
||||
outputs = { self, gomod2nix, ... }: {
|
||||
packages = rec {
|
||||
default = google-photo-uploader;
|
||||
google-photo-uploader =
|
||||
import ./google-photo-uploader.nix { inherit gomod2nix; };
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user