Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 2, 2019 12:50
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 ryantm/3ff2ebf8087227d54ee525e3b0a9c94c to your computer and use it in GitHub Desktop.
Save ryantm/3ff2ebf8087227d54ee525e3b0a9c94c to your computer and use it in GitHub Desktop.
/nix/store/va7f1sx0bqid1dxg216skfra9csx5jdn-love-11.3
├── bin
│   └── love
├── lib
│   ├── liblove-11.3.so
│   ├── liblove.la
│   └── liblove.so -> liblove-11.3.so
└── share
├── applications
│   └── love.desktop
├── icons
│   └── hicolor
│   └── scalable
│   └── mimetypes
│   └── application-x-love-game.svg
├── man
│   └── man1
│   └── love.1.gz
├── mime
│   └── packages
│   └── love.xml
└── pixmaps
└── love.svg
13 directories, 9 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment