About 20,100,000 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. Why does visual studio code installation fail on nixos on wsl

    Dec 5, 2023 · Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, then pass `--impure` in order to allow use of environment variables. b) For `nixos-rebuild` you can set { …

  3. How to call host's nix inside a docker file? - Stack Overflow

    May 27, 2025 · I ask how to allow a user to call nix commands from within a docker container, while sharing the /nix folder between multiple hosts. This is needed when docker containers …

  4. nix - How can I search in Nixpkgs for a package expression?

    Apr 5, 2022 · From the manual: Components are installed from a set of Nix expressions that tell Nix how to build those packages, including, if necessary, their dependencies. There is a …

  5. How should I write a flake.nix in order to use nix develop instead …

    Jan 16, 2023 · NB: add --extra-experimental-features nix-command --extra-experimental-features flakes if you've allowed experimental feature in nix This repository proposes to load a shell this …

  6. nixos installation issue,'command not found: nix'

    Jan 16, 2022 · nixos installation issue,'command not found: nix' Asked 3 years, 10 months ago Modified 1 year, 6 months ago Viewed 18k times

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

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

  8. How do I upgrade my system to nixos-unstable? - Stack Overflow

    Dec 19, 2016 · How do I make sure that all packages I install on my system nixos installation (i.e. packages listed in /etc/nixos/configuration.nix, which I install using sudo nixos-rebuild switch) …

  9. 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 …

  10. nix - direnv printing environment diff even with `hide_env_diff

    Jan 20, 2025 · I am using direnv 2.35.0 (and nix-direnv 3.0.6, though the behaviour happens even without use nix or use flake) and direnv insists on printing the environment diff even though I …