5 lines
118 B
Nix
5 lines
118 B
Nix
{ self, inputs, ... }: {
|
|
flake.nixosConfigurations.crow = inputs.nixpkgs.lib.nixosSystem {
|
|
modules= [ ];
|
|
};
|
|
}
|