nix icon indicating copy to clipboard operation
nix copied to clipboard

Nix, the purely functional package manager

Results 878 nix issues
Sort by recently updated
recently updated
newest added

I had nix os installed on Debian. When reinstalling the new version of nix (2.10.3) i ran in the following problem: ``` ~~> Setting up the default profile ---- sudo...

bug

I was attempting to reinstall nix on OS X for[ reasons described elsewhere](https://discourse.nixos.org/t/reinstalling-nix-on-os-x-hangs/16064/2), however, this fails, as shown below. The error appears like it [may be related to active directory,](https://discussions.apple.com/thread/252518458)...

bug
installer

**Motivation** I am working with @garbas on improving search.nixos.org and we are encountering difficulties with importing packages metadata. We are currently using some custom nix code that wraps each flake...

documentation
developer-experience

**Is your feature request related to a problem? Please describe.** I need to specify a github acess-token, if I want to include private repositories as flake inputs. I manage my...

improvement

**Describe the bug** When running builds on machines without user namespace enabled or failing to create user namespaces, nix silently fallbacks to disabling user namespace without requiring `sandbox-fallback` to be...

bug

**Is your feature request related to a problem? Please describe.** To evaluate the performance of code, it would be nice to know how long it takes to eval something (and...

improvement

When using `nix shell`, there is no indication available to the shell environment that it _is_ a shell. This results in poor UX, where I have to remember whether or...

This may work fine on a mac, but I don't have one for testing. I haven't tested this exact change on Linux yet, but it operates on the idea that...

**Describe the bug** Many nixos + flakes users keep a reference to `self` in their nixos generations, for traceability, however this does not ensure that inputs to the flake are...

bug

**Describe the bug** One of the notable uses of flakes is to provide traceability. For example, one may include a reference to `self.outPath` in one's nixos configuration in order to...

bug