This commit is contained in:
atagen 2025-11-17 20:38:57 +11:00
commit 40c4e7fe5b
2 changed files with 68 additions and 0 deletions

7
flake.nix Normal file
View file

@ -0,0 +1,7 @@
{
outputs =
{ self }:
{
mkShell = { pkgs, ... }@vars: import ./default.nix vars;
};
}