εντροπία ⛥ impermanence
Small random things I made either years ago or around when this repo was made, that don't necessarily deserve having their own repo, unless I believe that's appropriate.
The directory structure should be as follows:
random-stuff
├── language-name
│ ├── .gitignore
│ ├── .envrc
│ ├── .language-specific-file
│ ├── flake.lock
│ ├── flake.nix
│ └── project-name
│ ├── build-files
│ └── src
│ ├── random.mod
│ └── random.hi
├── LICENSE.md
└── README.md
This lets me have a Nix shell flake, loaded through direnv, and gitignore per language.
That means, to properly use this repo, the following are required:
- Nix, with flakes/experimental-features enabled\
And the following are recommended:
- Direnv
Direnv here is used to automatically load a Nix shell, set up with any tools needed for a given language.
Everything here is licensed under the ISC License.
Nya~ :3