this post was submitted on 13 Apr 2024
421 points (95.3% liked)

linuxmemes

21103 readers
1748 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
    [–] [email protected] 111 points 6 months ago (4 children)

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

    [–] [email protected] 64 points 6 months ago (2 children)

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

    [–] [email protected] 32 points 6 months ago
    [–] [email protected] 26 points 6 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

    [–] [email protected] 9 points 6 months ago (1 children)

    is it possible to learn this power?

    [–] [email protected] 31 points 6 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

    [–] [email protected] 13 points 6 months ago (1 children)

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

    [–] [email protected] 6 points 6 months ago (2 children)
    [–] [email protected] 17 points 6 months ago* (last edited 6 months ago)
    while code_is_working != true {
        response = post(matrix_channel, [code, error_code]);
        [code_is_working, error_code] = run(response);
    }
    [–] [email protected] 11 points 6 months ago

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

    [–] [email protected] 1 points 6 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.

    [–] [email protected] 4 points 6 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!