Skip to content

Instantly share code, notes, and snippets.

@mmahut
Created May 4, 2020 13:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mmahut/f016d21526c1844a6cbb54a0159fea11 to your computer and use it in GitHub Desktop.
Save mmahut/f016d21526c1844a6cbb54a0159fea11 to your computer and use it in GitHub Desktop.
Holo-nixpkgs new cache test
~ $ nix-store -r /nix/store/9v78r3afqy9xn9zwdj9wfys6sk3vc01d-coreutils-8.31 --option substituters https://cache.holo.host --option trusted-public-keys "cache.holo.host-2:ZJCkX3AUYZ8soxTLfTb60g+F3MkWD7hkH9y8CgqwhDQ=" --add-root /nix/var/nix/gcroots/coreutils_test
/nix/var/nix/gcroots/coreutils_test
~ $ find /nix/var/nix/gcroots/coreutils_test/ | head
/nix/var/nix/gcroots/coreutils_test/
/nix/var/nix/gcroots/coreutils_test/libexec
/nix/var/nix/gcroots/coreutils_test/libexec/coreutils
/nix/var/nix/gcroots/coreutils_test/libexec/coreutils/libstdbuf.so
/nix/var/nix/gcroots/coreutils_test/bin
/nix/var/nix/gcroots/coreutils_test/bin/ln
/nix/var/nix/gcroots/coreutils_test/bin/split
/nix/var/nix/gcroots/coreutils_test/bin/true
/nix/var/nix/gcroots/coreutils_test/bin/sha224sum
/nix/var/nix/gcroots/coreutils_test/bin/printenv
~ $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment