Rename app to actual-importer
This commit is contained in:
@@ -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;
|
||||
};
|
||||
})
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user