chore: prep flake for building v0.1, release v0.1

This commit is contained in:
TheWanderingCrow 2025-11-21 16:23:01 -05:00
parent ba4c890ee9
commit a5a6325e72

View file

@ -30,15 +30,14 @@
# system.
# Equivalent to inputs'.nixpkgs.legacyPackages.hello;
# FIXME(TODO): Build the package
packages.default = pkgs.buildGoModule {
name = "actualbudget-report";
src = pkgs.fetchFromGitea {
domain = "git.wanderingcrow.net";
owner = "TheWanderingCrow";
repo = "actualbudget-report";
rev = "main";
hash = "sha256-Exl7dZcbuVSwZRoZtNqo6LVYASc5wUruGkRpxnw5RgE=";
rev = "v0.1";
hash = "sha256-tpxUPsarzGD5Bf7DinqXdYrlk6vOC4LsSIUWXSSzTTk=";
};
vendorHash = "sha256-NHTKwUSIbNCUco88JbHOo3gt6S37ggee+LWNbHaRGEs=";
};