diff --git a/flake.nix b/flake.nix index b83ecea..9402b93 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { description = "Nix tools to help you build portable services"; - outputs = { self, nixpkgs, utils }: { + outputs = { self }: { overlay = final: prev: prev.callPackage ./. { }; }; }