work in progress

This commit is contained in:
2026-05-16 16:08:25 -04:00
commit da90e0da81
9 changed files with 983 additions and 0 deletions

4
default.nix Normal file
View File

@@ -0,0 +1,4 @@
# Entry point for local builds: nix-build / nix-env -f .
# The actual derivation lives in pixlit.nix
{ pkgs ? import <nixpkgs> {} }:
pkgs.callPackage ./pixlit.nix {}