From bd75498dd7d4acc4fe1e22f49e95f97406a04bfc Mon Sep 17 00:00:00 2001 From: Xe Date: Sun, 27 Feb 2022 11:18:18 +0000 Subject: [PATCH] oops lol Signed-off-by: Xe --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ./. { }; }; }