Advertisement
Guest User

Untitled

a guest
Jun 8th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.80 KB | None | 0 0
  1. kris@bubbles [04:33:50 PM] [~/test]
  2. -> % nix-shell -p hello                                                                          ~/test
  3.  
  4. [nix-shell:~/test]$ exit
  5. kris@bubbles [04:33:54 PM] [~/test]
  6. -> % nix-collect-garbage                                                                         ~/test
  7. finding garbage collector roots...
  8. removing stale link from ‘/nix/var/nix/gcroots/auto/6li930nq9wqkmx49i7y3586g8q9wb6rf’ to ‘/run/user/1000/nix-shell.RECA7k/derivation’
  9. removing stale link from ‘/nix/var/nix/gcroots/auto/k4frz8by0511856bjq728kqqrnf28sal’ to ‘/run/user/1000/nix-shell.Ek8Y6h/derivation’
  10. deleting garbage...
  11. deleting ‘/nix/store/lhasl2y8s7lpma53p94sfifdi5i8l7qm-shell.drv’
  12. deleting ‘/nix/store/5yw4pgd64xpdnkvxh662h8k4kgm2w368-hello-2.10.drv’
  13. deleting ‘/nix/store/sva9f12lhn5w1rdrijas0wxnhymp15pv-hello-2.10.tar.gz.drv’
  14. deleting ‘/nix/store/8f6hmxbs3g4p146gxfi53ds91pn8fs95-bash-4.4-p12-info’
  15. deleting ‘/nix/store/s3lcddlxdx03y6j17i8sng7srhcjj8c1-bash-4.4-p12-doc’
  16. deleting ‘/nix/store/trash’
  17. deleting unused links...
  18. note: currently hard linking saves -0.00 MiB
  19. 5 store paths deleted, 2.24 MiB freed
  20. kris@bubbles [04:34:14 PM] [~/test]
  21. -> % nix-shell -p hello                                                                          ~/test
  22. kris@bubbles [04:34:46 PM] [~/test]
  23. -> % nix-shell -p hello                                                                          ~/test
  24. these paths will be fetched (0.45 MiB download, 2.20 MiB unpacked):
  25.   /nix/store/8f6hmxbs3g4p146gxfi53ds91pn8fs95-bash-4.4-p12-info
  26.   /nix/store/s3lcddlxdx03y6j17i8sng7srhcjj8c1-bash-4.4-p12-doc
  27. fetching path ‘/nix/store/s3lcddlxdx03y6j17i8sng7srhcjj8c1-bash-4.4-p12-doc’...
  28. fetching path ‘/nix/store/8f6hmxbs3g4p146gxfi53ds91pn8fs95-bash-4.4-p12-info’...
  29.  
  30. *** Downloading ‘https://cache.nixos.org/nar/013kcshsm2hzpngmrf4izq3ag8s9avrkhz5z8l8mgnxay1lxlz99.nar.xz’ (signed by ‘cache.nixos.org-1) to ‘/nix/store/s3lcddlxdx03y6j17i8sng7srhcjj8c1-bash-4.4-p12-doc’...
  31.  
  32. *** Downloading ‘https://cache.nixos.org/nar/04dzl4jlhxhisiby9lyw2k6q2w5ns3xy1h6gfdc14qn649lshy2f.nar.xz’ (signed by ‘cache.nixos.org-1) to ‘/nix/store/8f6hmxbs3g4p146gxfi53ds91pn8fs95-bash-4.4-p12-info’...
  33.   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
  34.                                  Dload  Upload   Total   Spent    Left  Speed
  35.   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
  36.                                  Dload  Upload   Total   Spent    Left  Speed
  37. 100  107k  100  107k    0     0   970k      0 --:--:-- --:--:-- --:--:--  980k
  38.  
  39. 100  357k  100  357k    0     0  2522k      0 --:--:-- --:--:-- --:--:-- 2538k
  40.  
  41.  
  42. [nix-shell:~/test]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement