initial commit

This commit is contained in:
stuce-bot 2025-05-13 20:21:30 +02:00
commit 70d3db13c7
17 changed files with 1109 additions and 0 deletions

2
default.nix Normal file
View file

@ -0,0 +1,2 @@
{nixpkgs ? import <nixpkgs> {}}:
nixpkgs.pkgs.haskellPackages.callPackage ./todo.nix {}