diff --git a/flake.nix b/flake.nix index e618b26..07311a8 100644 --- a/flake.nix +++ b/flake.nix @@ -1,12 +1,8 @@ { description = "MyNib - My Nix Library"; - inputs.systems = "github:nix-systems/default"; + inputs.systems.url = "github:nix-systems/default"; - outputs = { - self, - systems, - ... - } @ inputs: + outputs = {systems}: import ./nib {inherit systems;}; }