NixOS / nix

Nix, the purely functional package manager
https://nixos.org/
GNU Lesser General Public License v2.1
12.05k stars 1.47k forks source link

No such file or directory from nix when accessing /nix/store #2809

Open caphesuanong opened 5 years ago

caphesuanong commented 5 years ago

I'm running nix 2.2.2. I installed nix using the regular installer on OS X installing under /nix as suggested. I installed the following using nix-env -i:

ansible-2.7.9
graphviz-2.40.1

Later when I ran: nix-env -u --dry-run, I got this error:

error: getting status of '/nix/store/wx6wy7h2ngpkryj7d4xmfpfj5d6s7kch-nixpkgs-19.09pre178895.9ebc6ad944c/nixpkgs/pkgs/applications/networking/ftp/filezilla': No such file or directory

Should this be possible since /nix/store is managed by nix and has not been touched? `

AndersonTorres commented 3 years ago

Still problematic? PING

stale[bot] commented 3 years ago

I marked this as stale due to inactivity. → More info

a-amr commented 2 months ago

running into the same issue some how