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