NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
18.11k stars 14.15k forks source link

Package request: Paisa #256801

Open byrongibson opened 1 year ago

byrongibson commented 1 year ago

Project description

Personal financial management app that provides a GUI for the Ledger CLI tool.

Metadata

KCynk commented 1 year ago

dump I also need this

greizgh commented 11 months ago

Note that there is a flake available: https://paisa.fyi/getting-started/installation/#nix-flake

bhankas commented 5 months ago

I tried packaging this, but the dev has overridden quite a lot of node stuff, and my nix-fu isn't strong enough to decipher it.

I also tried to create a service in my own system flake, but apparently my nix skills are so bad I'm not even able to use the package from its flake.

I could, however, clone the repo and run the server via cli. It works very well, and I can create a gist for the same, if someone can point me how to use a package from another flake without overlay. My attempts on following usual flake guides haven't been successful.

Yash-Garg commented 1 month ago

I tried packaging this, but the dev has overridden quite a lot of node stuff, and my nix-fu isn't strong enough to decipher it.

I also tried to create a service in my own system flake, but apparently my nix skills are so bad I'm not even able to use the package from its flake.

I could, however, clone the repo and run the server via cli. It works very well, and I can create a gist for the same, if someone can point me how to use a package from another flake without overlay. My attempts on following usual flake guides haven't been successful.

I've added a systemd service in my config for this, seems to work fine.