diff --git a/flake.nix b/flake.nix index 745e653..fce19ff 100644 --- a/flake.nix +++ b/flake.nix @@ -3,10 +3,8 @@ inputs.systems.url = "github:nix-systems/default"; - outputs = { - self, - systems, - ... - }: + outputs = {self, ...} @ inputs: let + systems = import inputs.systems; + in import ./nib {inherit systems;}; }