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. Wikipedia:*nix …

  2. tmux plugins defined with nix cause 127 errors - Stack Overflow

    Sep 28, 2024 · 1 Overview I'm trying to setup tmux using nix and home-manager on macOS. However whenever I refresh the tmux config, I get the following errors:

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

    Nov 20, 2024 · Nix: SSL error while downloading narinfo files Asked 1 year, 1 month ago Modified 10 months ago Viewed 219 times

  4. 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 environment with the …

  5. How to allow "unfree" packages in Nix, for each situation?: {NixOS, Nix ...

    Dec 1, 2023 · I'm trying to enable allow "unfree" packages, either globally or per-package, when using MyNixOS (excellent Flake configuration app for Nix) with Nix Flakes on Mac OS. When …

  6. How to set a custom package version in nix home-manager?

    Sep 24, 2024 · I'm looking for an idiomatic way of setting a custom package via home manager (I use nix package manager on MacOS) I managed to set a custom version for pnpm package using …

  7. How to use an experimental command in nix? - Stack Overflow

    Dec 17, 2022 · Which version of nix are you running? Did you enable the flakes feature in a config file, such as /etc/nix/nix.conf (through configuration.nix for example) or ~/.config/nix/nix.conf? You can …

  8. error: file 'nixpkgs' was not found in the Nix search path (add it ...

    Jul 29, 2022 · On Ubuntu 24.04 the problem is fixed unless Nix is installed with apt install nix. In that case the solution of "@egremont of yorke" fixes it.

  9. How to convert \uXXXX unicode to UTF-8 using console tools in *nix

    How to convert \uXXXX unicode to UTF-8 using console tools in *nix Asked 14 years ago Modified 1 year ago Viewed 102k times

  10. How to make the creation of "python executable" by nix flake ...

    Jun 29, 2023 · How could I for example launch the executable in the default devshell updated I tried something similar as in this flake. I gave the the package definition ito buildInputs of devshell instead …