chore: prep flake for building v0.1, release v0.1
This commit is contained in:
parent
ba4c890ee9
commit
a5a6325e72
1 changed files with 2 additions and 3 deletions
|
|
@ -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=";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue