Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 3, 2021 22:45
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/c753f156e1c4163355dcbf09661b99de to your computer and use it in GitHub Desktop.
Save r-ryantm/c753f156e1c4163355dcbf09661b99de to your computer and use it in GitHub Desktop.
/nix/store/x74icn2s3jkdi1j8ypqwqhndxmnn5r8f-rpm-ostree-2021.1
├── bin
│   └── rpm-ostree
├── etc
│   └── rpm-ostreed.conf
├── lib
│   ├── girepository-1.0
│   │   └── RpmOstree-1.0.typelib
│   ├── librpmostree-1.la
│   ├── librpmostree-1.so -> librpmostree-1.so.1.0.0
│   ├── librpmostree-1.so.1 -> librpmostree-1.so.1.0.0
│   ├── librpmostree-1.so.1.0.0
│   ├── rpm-ostree
│   │   ├── libdnf.so.2
│   │   └── rpm-ostree-0-integration.conf
│   └── systemd
│   └── system
│   ├── rpm-ostree-bootstatus.service
│   ├── rpm-ostreed-automatic.service
│   ├── rpm-ostreed-automatic.timer
│   └── rpm-ostreed.service
├── libexec
│   └── rpm-ostreed
└── share
├── bash-completion
│   └── completions
│   └── rpm-ostree
├── dbus-1
│   ├── interfaces
│   │   └── org.projectatomic.rpmostree1.xml
│   ├── system.d
│   │   └── org.projectatomic.rpmostree1.conf
│   └── system-services
│   └── org.projectatomic.rpmostree1.service
└── polkit-1
└── actions
└── org.projectatomic.rpmostree1.policy
17 directories, 19 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment