this post was submitted on 13 Apr 2024
420 points (95.1% 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
[–] iopq@lemmy.world 111 points 5 months ago (4 children)

Joke's on you, I don't understand Nix and I'm a NixOS package maintainer

[–] ikidd@lemmy.world 64 points 5 months ago (2 children)

I'm guessing you're responsible for the documentation, as well.

[–] zorro@lemmy.world 32 points 5 months ago
[–] iopq@lemmy.world 26 points 5 months ago

Kind of, but since I don't know what I'm doing I mostly just delete some of it when it's not working

[–] SomeBoyo@feddit.de 9 points 5 months ago (1 children)

is it possible to learn this power?

[–] onlinepersona@programming.dev 31 points 5 months ago (1 children)

Randomly switch between buildInputs, nativeBuildInputs, depsBuildBuild, depsBuildTarget, depsHostHost, and depsTargetTarget until it builds.

Good luck building anything electron. Copy-paste some existing build recipe and replace the source. If it doesn't work, make a post on the forums saying it doesn't work and let somebody else figure it out, then create a PR 🫰 ezpz

Anti Commercial-AI license

[–] iopq@lemmy.world 13 points 5 months ago (1 children)

I don't randomly switch between anything, I go straight to copy pasting existing packages

[–] VicentAdultman@lemmy.world 6 points 5 months ago (2 children)
[–] iopq@lemmy.world 17 points 5 months ago* (last edited 5 months ago)
while code_is_working != true {
    response = post(matrix_channel, [code, error_code]);
    [code_is_working, error_code] = run(response);
}
[–] bruhduh@lemmy.world 11 points 5 months ago

The secret is attitude, "fuck it we ball" attitude and method of "fuck around and find out" works just fine

[–] StephenTallentyre@lemmy.today 1 points 5 months ago (1 children)

Lol…

I mean, fair enough; also, your use case is entirely unlike that of someone who just uses NixOS normally, I would imagine. It's really not like using NixOS requires a deep understanding of the language itself, or at least that's never been my experience with it, and I've been daily driving it for well over a year at this point. As long as I know enough to keep maintaining the same /etc/nixos/configuration.nix I have now indefinitely, that's as deep of an "understanding" of the language as I will ever need, personally. I'm well aware that there are a lot of things I could be doing if I knew how to, and frankly, I'll probably never learn how to do those things because I'll probably never have to. NixOS is by far the single easiest distro I've ever used, if only because everything's always reproducible and because nothing ever breaks.

[–] iopq@lemmy.world 4 points 5 months ago

No, it's just I need niche proxy software so I maintain one package. The other package is bugged (wrong paths on nix), so I maintain a fork and a NUR package

It's not by choice!