Trailing asterisks indicate books I've finished reading
Libre:
- Public Domain
- https://www.gutenberg.org/ebooks/863
# A simple shell expression for running Lenna's Inception | |
# Put this in the same directory as the game and run `nix develop` | |
{ | |
description = "FHS setup for Lenna's Inception"; | |
outputs = { self, nixpkgs }: | |
let | |
pkgs = import nixpkgs { inherit system; }; | |
system = "x86_64-linux"; |
Trailing asterisks indicate books I've finished reading
Libre: