Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 26, 2020 02:39
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 r-ryantm/9ccf0fbe3a5f1d52634e5341618acfc4 to your computer and use it in GitHub Desktop.
Save r-ryantm/9ccf0fbe3a5f1d52634e5341618acfc4 to your computer and use it in GitHub Desktop.
/nix/store/djwmf65wb47sn1psh8q5rdm064zs9xcq-ostree-2020.7
├── bin
│   ├── ostree
│   └── rofiles-fuse
├── etc
│   ├── grub.d
│   │   └── 15_ostree -> ../../libexec/libostree/grub2-15_ostree
│   └── ostree
│   └── remotes.d
├── lib
│   ├── girepository-1.0
│   │   └── OSTree-1.0.typelib
│   ├── libostree-1.la
│   ├── libostree-1.so -> libostree-1.so.1.0.0
│   ├── libostree-1.so.1 -> libostree-1.so.1.0.0
│   ├── libostree-1.so.1.0.0
│   ├── ostree
│   │   ├── ostree-prepare-root
│   │   └── ostree-remount
│   ├── systemd
│   │   ├── system
│   │   │   ├── ostree-finalize-staged.path
│   │   │   ├── ostree-finalize-staged.service
│   │   │   ├── ostree-prepare-root.service
│   │   │   └── ostree-remount.service
│   │   └── system-generators
│   │   └── ostree-system-generator
│   └── tmpfiles.d
│   └── ostree-tmpfiles.conf
├── libexec
│   └── libostree
│   └── grub2-15_ostree
└── share
├── bash-completion
│   └── completions
│   └── ostree
└── ostree
└── trusted.gpg.d
└── README-gpg
19 directories, 19 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment