|
- 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 actually redirects to Wikipedia:Unix-like
- nix - How to use postgresql in nixos - Stack Overflow
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)
- Why does visual studio code installation fail on nixos on wsl
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 { nixpkgs config allowUnfree = true; } in configuration nix to override this Alternatively you can configure a predicate to allow specific packages:
- Nix: SSL error while downloading narinfo files - Stack Overflow
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 working
- 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 writable Therefore, you must create a systemd services <yourservice> entry in your configuration nix to interact with the underlying system; alternatively you can patch nixpkgs directly and
- nix - How can I search in Nixpkgs for a package expression? - Stack . . .
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 collection of Nix express
- nix flake - How to fix Nix build failure due to a file using the . . .
I am running NixOS on WSL I use nix version nix 2 18 1 I run nix develop in the directory containing flake nix that looks like that: { description = quot;Python environment with ollama quot;;
- nix - How to install NPM end-user packages on NixOS? - Stack Overflow
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
|
|
|