Rename app to actual-importer

This commit is contained in:
2025-04-01 17:23:11 +02:00
parent 32014f84e8
commit aab323d746
4 changed files with 11 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
{
description = "Flake which provides support for the utility which imports transactions from ING Bank Śląski to Actual budget";
description = "Flake which provides support for the utility which imports transactions from CSV sources to Actual budget";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
@@ -15,8 +15,8 @@
pkgs = nixpkgs.legacyPackages.${system};
in {
packages = rec {
actual-ing = pkgs.callPackage ./package.nix {};
default = actual-ing;
actual-importer = pkgs.callPackage ./package.nix {};
default = actual-importer;
};
})
// {