This repository has been archived on 2024-08-18. You can view files and clone it, but cannot push or open issues or pull requests.
ephemeral/flake.nix

6 lines
86 B
Nix
Raw Permalink Normal View History

2024-07-24 13:27:25 +02:00
{
outputs = { self, ... }: {
nixosModules.default = import ./module.nix;
};
}