nixos-config/flake.nix
2021-04-05 17:56:06 -04:00

8 lines
153 B
Nix

{
outputs = { self, nixpkgs }: {
nixosModule = { ... }: {
imports = [ ./. ];
config = { sconfig.flakes.enable = true; };
};
};
}