Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. [kreisys@ip-192-168-0-167:~/nur-combined]$ nix-instantiate --expr '(import ./. {}).repos.ma27.modules.hydra'
  2. error: NUR import call didn't receive a pkgs argument, but the evaluation of NUR's ma27 repository requires it.
  3.  
  4. This is either because
  5. - You're trying to use a package from that repository, but didn't pass a `pkgs` argument to the NUR import.
  6. In that case, refer to the installation instructions at https://github.com/nix-community/nur#installation on how to properly import NUR
  7.  
  8. - You're trying to use a module/overlay from that repository, but it didn't properly declare their module.
  9. In that case, inform the maintainer of the repository: https://gitlab.com/Ma27/nixexprs
  10.  
  11. (use '--show-trace' to show detailed location information)
  12.  
  13. [kreisys@ip-192-168-0-167:~/nur-combined]$ nix-instantiate --expr '(import ./. {}).repos.ma27.modules.hydra' --eval
  14. error: NUR import call didn't receive a pkgs argument, but the evaluation of NUR's ma27 repository requires it.
  15.  
  16. This is either because
  17. - You're trying to use a package from that repository, but didn't pass a `pkgs` argument to the NUR import.
  18. In that case, refer to the installation instructions at https://github.com/nix-community/nur#installation on how to properly import NUR
  19.  
  20. - You're trying to use a module/overlay from that repository, but it didn't properly declare their module.
  21. In that case, inform the maintainer of the repository: https://gitlab.com/Ma27/nixexprs
  22.  
  23. (use '--show-trace' to show detailed location information)
  24.  
  25. [kreisys@ip-192-168-0-167:~/nur-combined]$ nix-instantiate --expr '(import ./. {}).repos.peel.modules.weechat' --eval
  26. error: NUR import call didn't receive a pkgs argument, but the evaluation of NUR's peel repository requires it.
  27.  
  28. This is either because
  29. - You're trying to use a package from that repository, but didn't pass a `pkgs` argument to the NUR import.
  30. In that case, refer to the installation instructions at https://github.com/nix-community/nur#installation on how to properly import NUR
  31.  
  32. - You're trying to use a module/overlay from that repository, but it didn't properly declare their module.
  33. In that case, inform the maintainer of the repository: https://github.com/peel/nur-packages
  34.  
  35. (use '--show-trace' to show detailed location information)
  36.  
  37. [kreisys@ip-192-168-0-167:~/nur-combined]$ nix-instantiate --expr '(import ./. {}).repos.tilpner.modules.duplicity'
  38. error: expression does not evaluate to a derivation (or a set or list of those)
  39.  
  40. [kreisys@ip-192-168-0-167:~/nur-combined]$ nix-instantiate --expr '(import ./. {}).repos.tilpner.modules.duplicity' --eval
  41. /nix/store/461d5z2azwhqnjiv1y89hm77dqw5gd4x-tilpner/modules/duplicity.nix
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement