this post was submitted on 12 Apr 2024
391 points (96.0% liked)

linuxmemes

20723 readers
2677 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] VicentAdultman@lemmy.world 6 points 5 months ago (1 children)

That's my goal. When I tried NixOS 3 years ago I didn't had time and there was a lack of documentation to make a .nix for missing packages. Community was... something not very welcoming. I will try again during college break.

[โ€“] Johanno@feddit.de 3 points 5 months ago* (last edited 5 months ago)

Well documentation is still not great. But I can deal with it.

The first step is to really understand how nix works and how nix-shell -p works.

Then probably know that autoPatchelfHook exists

And sth. You have to watch out for if you install sth. With a daemon or a service you need to enable it additionally to the installation.

So for example for open-iscsi you need to enable the service.open-iscsi = enable so it can work.

Flakes are still a nogo for me. I don't understand them and I don't want to deal with them until I get the rest into my head.