Created
September 18, 2019 05:49
-
-
Save asconix/f04aea8496183b0e701ff2be2cb1739b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ctp@archos ~> nix-env -iA nixos.almonds | |
installing 'almonds-1.25b' | |
these paths will be fetched (11.98 MiB download, 63.29 MiB unpacked): | |
/nix/store/5abwypmzy3zz6qqgzixdgz9dzacs2m9h-python3-3.7.4 | |
/nix/store/6j2hw4d7fr84d6dnq7yjm5bdmm17qqb5-python3.7-Pillow-5.4.1 | |
/nix/store/d02clh42g0zqhbkhyw8zwkd1xainm2v6-almonds-1.25b | |
/nix/store/k54w2bxrl4ws39nzyy8w0dyv2364559n-giflib-5.1.4 | |
/nix/store/kfm35m57pxid7y7122qq5x8hzqf0w7h5-python3.7-setuptools-40.8.0 | |
/nix/store/lm8p2y23lclhsj0r623glbqcpwchijzw-python3.7-olefile-0.46 | |
/nix/store/mn8viqq3rya84psn478zswz5psqfg30p-lcms2-2.9 | |
/nix/store/zyas53b45w7pmxi5lcmqav99yp9gw9mv-libwebp-1.0.2 | |
copying path '/nix/store/k54w2bxrl4ws39nzyy8w0dyv2364559n-giflib-5.1.4' from 'https://cache.nixos.org'... | |
copying path '/nix/store/mn8viqq3rya84psn478zswz5psqfg30p-lcms2-2.9' from 'https://cache.nixos.org'... | |
copying path '/nix/store/5abwypmzy3zz6qqgzixdgz9dzacs2m9h-python3-3.7.4' from 'https://cache.nixos.org'... | |
copying path '/nix/store/zyas53b45w7pmxi5lcmqav99yp9gw9mv-libwebp-1.0.2' from 'https://cache.nixos.org'... | |
copying path '/nix/store/kfm35m57pxid7y7122qq5x8hzqf0w7h5-python3.7-setuptools-40.8.0' from 'https://cache.nixos.org'... | |
copying path '/nix/store/lm8p2y23lclhsj0r623glbqcpwchijzw-python3.7-olefile-0.46' from 'https://cache.nixos.org'... | |
copying path '/nix/store/6j2hw4d7fr84d6dnq7yjm5bdmm17qqb5-python3.7-Pillow-5.4.1' from 'https://cache.nixos.org'... | |
copying path '/nix/store/d02clh42g0zqhbkhyw8zwkd1xainm2v6-almonds-1.25b' from 'https://cache.nixos.org'... | |
building '/nix/store/0yhp1gk0iirxaivhbgqs1awzz15lw1zd-user-environment.drv'... | |
created 904 symlinks in user environment | |
ctp@archos ~> ls -ld /nix/store/6j2hw4d7fr84d6dnq7yjm5bdmm17qqb5-python3.7-Pillow-5.4.1 | |
dr-xr-xr-x 4 root root 4 Jan 1 1970 /nix/store/6j2hw4d7fr84d6dnq7yjm5bdmm17qqb5-python3.7-Pillow-5.4.1 | |
ctp@archos ~> nix-env -e almonds | |
uninstalling 'almonds-1.25b' | |
ctp@archos ~> ls -ld /nix/store/6j2hw4d7fr84d6dnq7yjm5bdmm17qqb5-python3.7-Pillow-5.4.1 | |
dr-xr-xr-x 4 root root 4 Jan 1 1970 /nix/store/6j2hw4d7fr84d6dnq7yjm5bdmm17qqb5-python3.7-Pillow-5.4.1 | |
ctp@archos ~> nix-store --gc | |
finding garbage collector roots... | |
deleting garbage... | |
deleting '/nix/store/hz6357prj5sr844rpqwrv08h4lcw8y2z-nano-3.2.drv' | |
deleting '/nix/store/nywk88k6060ikv7xic0fy06nkf5syprd-nano-3.2.tar.xz.drv' | |
deleting '/nix/store/f0mcx9a249kyssdpv2xwqrdjjc4k6wxf-source.drv' | |
deleting '/nix/store/trash' | |
deleting unused links... | |
note: currently hard linking saves -0.01 MiB | |
3 store paths deleted, 0.01 MiB freed | |
ctp@archos ~> ls -ld /nix/store/6j2hw4d7fr84d6dnq7yjm5bdmm17qqb5-python3.7-Pillow-5.4.1 | |
dr-xr-xr-x 4 root root 4 Jan 1 1970 /nix/store/6j2hw4d7fr84d6dnq7yjm5bdmm17qqb5-python3.7-Pillow-5.4.1 | |
ctp@archos ~> nix-collect-garbage | |
finding garbage collector roots... | |
deleting garbage... | |
deleting '/nix/store/trash' | |
deleting unused links... | |
note: currently hard linking saves -0.01 MiB | |
0 store paths deleted, 0.00 MiB freed | |
ctp@archos ~> ls -ld /nix/store/6j2hw4d7fr84d6dnq7yjm5bdmm17qqb5-python3.7-Pillow-5.4.1 | |
dr-xr-xr-x 4 root root 4 Jan 1 1970 /nix/store/6j2hw4d7fr84d6dnq7yjm5bdmm17qqb5-python3.7-Pillow-5.4.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment