Heavily inspired by https://github.com/Doc-Steve/dendritic-design-with-flake-parts. > Atomic commits? Never heard of them!
4 lines
99 B
Nix
4 lines
99 B
Nix
{ inputs, ... }: {
|
|
flake.nixosConfigurations = inputs.self.lib.mkNixos "x86_64-linux" "keith";
|
|
}
|