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.
|
# system.
|
||||||
|
|
||||||
# Equivalent to inputs'.nixpkgs.legacyPackages.hello;
|
# Equivalent to inputs'.nixpkgs.legacyPackages.hello;
|
||||||
# FIXME(TODO): Build the package
|
|
||||||
packages.default = pkgs.buildGoModule {
|
packages.default = pkgs.buildGoModule {
|
||||||
name = "actualbudget-report";
|
name = "actualbudget-report";
|
||||||
src = pkgs.fetchFromGitea {
|
src = pkgs.fetchFromGitea {
|
||||||
domain = "git.wanderingcrow.net";
|
domain = "git.wanderingcrow.net";
|
||||||
owner = "TheWanderingCrow";
|
owner = "TheWanderingCrow";
|
||||||
repo = "actualbudget-report";
|
repo = "actualbudget-report";
|
||||||
rev = "main";
|
rev = "v0.1";
|
||||||
hash = "sha256-Exl7dZcbuVSwZRoZtNqo6LVYASc5wUruGkRpxnw5RgE=";
|
hash = "sha256-tpxUPsarzGD5Bf7DinqXdYrlk6vOC4LsSIUWXSSzTTk=";
|
||||||
};
|
};
|
||||||
vendorHash = "sha256-NHTKwUSIbNCUco88JbHOo3gt6S37ggee+LWNbHaRGEs=";
|
vendorHash = "sha256-NHTKwUSIbNCUco88JbHOo3gt6S37ggee+LWNbHaRGEs=";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue