Skip to content

Instantly share code, notes, and snippets.

@sagehane
sagehane / books.md
Last active February 12, 2024 12:40
List of books I'm interested in
@sagehane
sagehane / flake.nix
Last active June 16, 2023 02:41
Nix env for Lenna's Inception
# 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";