From 4543c295e1f0e21149f0a8cbac0fe09d1071bef9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Fri, 2 Feb 2024 22:31:00 +0200 Subject: [PATCH] flake.nix: clean up overlays --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index c563061..2e2d084 100644 --- a/flake.nix +++ b/flake.nix @@ -102,6 +102,7 @@ inherit (super.deploy-rs) lib; }; }) + (_: _: {deploy-rs-pkg = null;}) ]; in { @@ -323,7 +324,7 @@ agenix.packages.${system}.agenix ]; - inherit (inputs.self.checks.${system}.pre-commit-check) shellHook; + inherit (self.checks.${system}.pre-commit-check) shellHook; }; formatter = pkgs.alejandra;