We actually do not depend on any input here. Only if a nixosConfiguration should be instantiated, but it is already expected that the user will provide a (more up-to-date) nixpkgs flake that we use.
3 lines
73 B
Nix
3 lines
73 B
Nix
{
|
|
outputs = { self, ... }@inputs: import ./lib/flake.nix inputs ./.;
|
|
}
|