Guest User

Untitled

a guest
Feb 16th, 2017
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. [clever@amd-nixos:~]$ nix-repl '<nixpkgs>'
  2. Welcome to Nix version 1.11.6. Type :? for help.
  3.  
  4. Loading ‘<nixpkgs>’...
  5. Added 7059 variables.
  6.  
  7. nix-repl> SDL2.outputs
  8. [ "out" "dev" ]
  9.  
  10. nix-repl> :b SDL2
  11. these paths will be fetched (0.52 MiB download, 2.70 MiB unpacked):
  12. /nix/store/0hjih1m0h2xyvh788bdb4lcq8pdcpx07-SDL2-2.0.4
  13. /nix/store/v5bp6rbmiyhsmlih8dxawcpwzh61mfj3-SDL2-2.0.4-dev
  14. fetching path ‘/nix/store/0hjih1m0h2xyvh788bdb4lcq8pdcpx07-SDL2-2.0.4’...
  15.  
  16. *** Downloading ‘https://cache.nixos.org/nar/0q21gn8xdsvs9g4kxijd6b1hkvds50g6l7c0hvb12nf428fa9iim.nar.xz’ (signed by ‘cache.nixos.org-1’) to ‘/nix/store/0hjih1m0h2xyvh788bdb4lcq8pdcpx07-SDL2-2.0.4’...
  17. % Total % Received % Xferd Average Speed Time Time Time Current
  18. Dload Upload Total Spent Left Speed
  19. 100 343k 100 343k 0 0 65020 0 0:00:05 0:00:05 --:--:-- 83592
  20.  
  21. fetching path ‘/nix/store/v5bp6rbmiyhsmlih8dxawcpwzh61mfj3-SDL2-2.0.4-dev’...
  22.  
  23. *** Downloading ‘https://cache.nixos.org/nar/0biz4mx9kfym23w0yxma4w2cvk42knvbdkls1b379g7gh4q80jg7.nar.xz’ (signed by ‘cache.nixos.org-1’) to ‘/nix/store/v5bp6rbmiyhsmlih8dxawcpwzh61mfj3-SDL2-2.0.4-dev’...
  24. % Total % Received % Xferd Average Speed Time Time Time Current
  25. Dload Upload Total Spent Left Speed
  26. 100 186k 100 186k 0 0 374k 0 --:--:-- --:--:-- --:--:-- 375k
  27.  
  28. warning: you did not specify ‘--add-root’; the result might be removed by the garbage collector
  29. /nix/store/0hjih1m0h2xyvh788bdb4lcq8pdcpx07-SDL2-2.0.4
  30. /nix/store/v5bp6rbmiyhsmlih8dxawcpwzh61mfj3-SDL2-2.0.4-dev
  31.  
  32. this derivation produced the following outputs:
  33. dev -> /nix/store/v5bp6rbmiyhsmlih8dxawcpwzh61mfj3-SDL2-2.0.4-dev
  34. out -> /nix/store/0hjih1m0h2xyvh788bdb4lcq8pdcpx07-SDL2-2.0.4
  35.  
  36. nix-repl>
Advertisement
Add Comment
Please, Sign In to add comment