this post was submitted on 06 Jan 2024
9 points (90.9% liked)
nixos
1262 readers
6 users here now
All about NixOS - https://nixos.org/
founded 4 years ago
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
https://codeberg.org/ncc1988/friclicli
It's this, right?
I'd look for something in simple nixpkgs that uses curses and cmake, and base a new nix derivation on that.
You can also just bring in the dependencies to a nix shell and build it normally according to the readme.
I'll try to give you some examples next time I'm at my dev machine.