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