this post was submitted on 02 Oct 2023
415 points (94.1% liked)

linuxmemes

21057 readers
1208 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack members of the community for any reason.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.

  • 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
    [–] PainInTheAES@lemmy.world 17 points 1 year ago (1 children)

    The AUR has more eyes on it though and can be more up to date. Getting OBS plugins "wrapped" was a pain in the ass in NixOS and they were out of date. But I'll admit it's a pretty niche example.

    [–] iopq@lemmy.world 1 points 1 year ago* (last edited 1 year ago) (1 children)

    Nixpkgs is up to date on unstable

    https://search.nixos.org/packages?channel=unstable&from=0&size=50&sort=relevance&type=packages&query=obs

    it's on 29.1.3 which is the latest non-beta release

    The plugins:

    https://github.com/exeldro/obs-3d-effect

    3d-effect-0.0.2 is the latest one

    https://github.com/obs-ndi/obs-ndi

    obs-ndi 4.11.1 is the latest one, so nixpkgs is two versions behind

    https://github.com/phandasm/waveform

    1.7.0 is the latest

    [–] PainInTheAES@lemmy.world 1 points 1 year ago (1 children)

    Yeah I was on unstable. This was a few months ago and the plugin was obs-backgroundremoval which was several versions out of date and missing out on a CPU core restriction feature that I needed. The maintainer actually had updated the package in his personal repo but it hadn't been pushed to nixpkgs unstable because it was waiting on some graphics library that hadn't been updated. I'm a huge Nixos noob and no matter how I tried to install the package from the maintainer's repo I couldn't get it installed or properly wrapped and the documentation sucked. I spent several days trying to resolve the issue.

    I installed Endeavouros, ran yay -S obs-backgroundremoval and boom installed, latest version, no problems.

    Don't get me wrong I actually love the ideas behind Nixos and I've tried to run it as my daily driver a few times now but I always seem to run into some problem. I'm more than happy to chalk it up to skill issue. This is my daily driver though that I use for school. It doesn't necessarily need to be stable but I need it to work and I need to understand it.

    [–] iopq@lemmy.world 1 points 1 year ago (1 children)

    That's basically just some software is not up to date. I did the pull request to package it myself, it wasn't so difficult. The best part is I used an overlay so I could run it and use it while the pull request was being commented on

    [–] PainInTheAES@lemmy.world 1 points 1 year ago

    Well I'm glad you're able to figure it out. I might give it another go next summer when I have more time to look into things.