Advertisement
Guest User

Untitled

a guest
Sep 29th, 2019
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. $ nix-env -iA nixpkgs.bsdgames
  2. error: attribute 'nixpkgs' in selection path 'nixpkgs.bsdgames' not found
  3.  
  4. $ nix-env -iA bsdgames
  5. error: attribute 'bsdgames' in selection path 'bsdgames' not found
  6.  
  7. $ nix-env -i bsdgames
  8. error: selector 'bsdgames' matches no derivations
  9.  
  10. $ nix-env -i nixpkgs.bsdgames
  11. error: selector 'nixpkgs.bsdgames' matches no derivations
  12.  
  13. $ nix-store -qA bsdgames
  14. error: only one operation may be specified
  15. Try 'nix-store --help' for more information.
  16.  
  17. $ nix-store -q bsdgames
  18. error: getting status of '/home/ersin/hello/bsdgames': No such file or directory
  19.  
  20. $ nix-env -qA bsdgames
  21. home-manager-path
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement