About 50 results
Open links in new tab
  1. ruby - What is the meaning of *nix? - Stack Overflow

    29 *nix means UNIX-like; it is an operating system that behaves in a manner similar to that of a UNIX operating system without necessarily conforming to the Single UNIX Specification. …

  2. How to use Nix as a Package Manager for Neovim to manage …

    Aug 29, 2024 · I expected Nix to handle the plugins seamlessly, similar to other package managers, but I might have made a mistake in the setup process. Any guidance on correctly …

  3. undefined homeDirectory in nix-darwin flake - Stack Overflow

    Jun 12, 2025 · When you use home-manager as a NixOS or nix-darwin module I believe you actually need to configure the users.users.<username>.home of NixOS/nix-darwin option …

  4. Nix: SSL error while downloading narinfo files - Stack Overflow

    Nov 20, 2024 · I have tried multiple things with pem files, like providing rootCA of organization to NIX_SSL_CERT_FILE environment variable, combining rootCA with cert.pem, but nothing is …

  5. how to add NixOS unstable channel declaratively in …

    Feb 17, 2018 · 25 The NixOS cheatsheet describes how to install packages from unstable in configuration.nix. It starts off by saying to add the unstable channel like so:

  6. Error trying to setup basic nix-darwin with home-manager flake

    Feb 27, 2025 · Specifically, in your home-manager.nix you import home-manager.darwinModules.home-manager which is normally meant to be passed directly as a …

  7. (Replit) Nix: How do I add a package to .nix? - Stack Overflow

    Jan 5, 2022 · Get the package name you would like nix to automatically choose (I will use python39Full.out in my case) Open the .nix file, which would look something like this: replit.nix …

  8. When and how should default.nix, shell.nix and release.nix be used?

    May 20, 2017 · I got the impression that - roughly - default.nix is to be used with nix-build for simply building the package, shell.nix is used with nix-shell to create an interactive …

  9. Why does my NixOS installation not have `~/.nix …

    May 4, 2021 · This means that you should put ~/.nix-profile/bin in your PATH (and indeed, that’s what the initialisation script /nix/etc/profile.d/nix.sh does). This makes it easier to switch to a …

  10. Nix package: Pass build flag --extra-cflags to ffmpeg at compile …

    May 10, 2024 · Build ffmpeg from source with --extra-cflags="-pipe -O3 -march=znver3 -ffat-lto-objects", ideally using a flake or overlay or similar so that I can build off the existing ffmpeg nix …