About 18,300,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. Wikipedia:*nix …

  2. 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

  3. 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 { …

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

    Jan 5, 2022 · Add 'python39Full' to replit.nix if you want to install 'python3' in this repl. Unfortunately, I don't know how to add a package to .nix, so can anyone please tell me how to add a package to …

  5. 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) are …

  6. nix - How to install systemd service on nixos - Stack Overflow

    The reason its broken NixOS is a declarative operating system. This means that directories like /etc live inside the read-only /nix/store directory. Only the nix-daemon is allowed to mount the nix-store as …

  7. nix - How to use postgresql in nixos - Stack Overflow

    Dec 9, 2022 · 2. nix-shell --pure shell.nix This puts the PostgreSQL package in the /nix/store, starts and initializes the database cluster (with pg_ctl start and initdb, respectively).

  8. nix - How to install NPM end-user packages on NixOS? - Stack Overflow

    Jun 29, 2019 · chown -R `whoami` nix/store/rhikjv5vlpa6vq4qkrszinwsaz1mda7p-nodejs-8.15.1 as an aside if someone knows how to install Node.js version 11 or 12 on nixos that'd be great.

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

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