package as flake

This commit is contained in:
Katherina Walshe-Grey 2024-07-25 12:53:46 +01:00
parent 04e5519bf3
commit 68b9a6f1bb
2 changed files with 5 additions and 0 deletions

5
flake.nix Normal file
View file

@ -0,0 +1,5 @@
{
outputs = { self }: {
nixosModules.default = import ./module.nix { };
};
}