group-expense: init

This commit is contained in:
2025-11-17 08:03:34 +01:00
parent cc37fa4aec
commit e71d09ba89
3 changed files with 104 additions and 0 deletions

6
group-expense/shell.nix Normal file
View File

@@ -0,0 +1,6 @@
{
pkgs ? import <nixpkgs> { },
}:
pkgs.mkShell {
packages = [ pkgs.guile ];
}