this post was submitted on 06 Jan 2024
9 points (90.9% liked)

nixos

1233 readers
1 users here now

All about NixOS - https://nixos.org/

founded 4 years ago
 

Any bried guide on building from source. I want build friclicli as not in nix repo. Tried to search on internet but didn't got anything. (New to nixOS)

top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 4 points 7 months ago

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.

[–] [email protected] 2 points 7 months ago
[–] [email protected] 1 points 7 months ago

@itsaj26744 [Testing fedivere]