base/flake.nix
Jonas Rabenstein 72f2a2ddc0 remove inputs
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.
2025-11-26 13:58:56 +01:00

3 lines
73 B
Nix

{
outputs = { self, ... }@inputs: import ./lib/flake.nix inputs ./.;
}