Guest User

Untitled

a guest
Oct 11th, 2019
327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.26 KB | None | 0 0
  1. BEFORE `guix pill`:
  2. $ guix --version
  3. guix (GNU Guix) 1.0.1
  4. Copyright (C) 2019 the Guix authors
  5. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  6. This is free software: you are free to change and redistribute it.
  7. There is NO WARRANTY, to the extent permitted by law.
  8. $ guix describe
  9. guix describe: error: failed to determine origin
  10. hint: Perhaps this `guix' command was not obtained with `guix pull'? Its version
  11. string is 1.0.1.
  12. $ which guix
  13. /usr/local/bin/guix
  14. $ readlink -f `which guix`
  15. /gnu/store/ncknl03pkmamrxg7q9nxi1rn1qhvwbi9-guix-1.0.1/bin/guix
  16.  
  17. AFTER `guix pull`:
  18. $ guix --version
  19. guix (GNU Guix) ecf3a3ac9b9ff7efa757b2f9b61edff58c3f60e5
  20. Copyright (C) 2019 the Guix authors
  21. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  22. This is free software: you are free to change and redistribute it.
  23. There is NO WARRANTY, to the extent permitted by law.
  24. $ guix describe
  25. Generation 1    Oct 11 2019 09:18:11    (current)
  26.   guix ecf3a3a
  27.     repository URL: https://git.savannah.gnu.org/git/guix.git
  28.     branch: master
  29.     commit: ecf3a3ac9b9ff7efa757b2f9b61edff58c3f60e5
  30. $ which guix
  31. /root/.config/guix/current/bin/guix
  32. $ readlink -f `which guix`
  33. /gnu/store/gz2kxgkxdn4iyjbifgi6ca6byl81agwq-guix-command
Advertisement
Add Comment
Please, Sign In to add comment