KiaraGrouwstra / nix-config

my NixOS configuration
15 stars 1 forks source link

Nix: error: getting attributes of path '[PACKAGE]': No such file or directory #143

Open KiaraGrouwstra opened 4 years ago

KiaraGrouwstra commented 4 years ago
$ nix search stack haskell
* nixpkgs.stack (stack-2.1.1.1)
$ nix add-to-store nixpkgs.stack
error: getting attributes of path 'nixpkgs.stack': No such file or directory
$ nix add-to-store stack-2.1.1.1
error: getting attributes of path 'stack-2.1.1.1': No such file or directory
KiaraGrouwstra commented 4 years ago

whelp, searching yields nothing:

Makes me wonder what weird stuff I did. The one thing coming to mind is changing the Nix path to my SSD... -- nope, that was pending as per #138.

KiaraGrouwstra commented 4 years ago

138 didn't fix this.

KiaraGrouwstra commented 4 years ago

whelp, guess the command is build, e.g. nix build nixpkgs.lolcat. binaries appear not yet available in my path however...