This commit is contained in:
andromeda
2026-02-28 21:50:41 +01:00
commit 1bd2067333
2 changed files with 38 additions and 0 deletions

11
flake.nix Normal file
View File

@@ -0,0 +1,11 @@
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
};
outputs = {
nixpkgs,
self,
...
}: {
};
}