From e9ae3992d542972d787adf2b200a7489ca83aa91 Mon Sep 17 00:00:00 2001 From: WilliButz Date: Wed, 8 May 2024 21:59:17 +0200 Subject: [PATCH] flake: comment out override-scope test for ci --- flake.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index 2a864e9..72ce65c 100644 --- a/flake.nix +++ b/flake.nix @@ -118,11 +118,11 @@ inherit pkgs authentik-version; inherit (self) nixosModules; }); - override-scope = (import tests/override-scope.nix { - inherit pkgs authentik-version; - inherit (self) nixosModules; - inherit (self.lib) mkAuthentikScope; - }); + # override-scope = (import tests/override-scope.nix { + # inherit pkgs authentik-version; + # inherit (self) nixosModules; + # inherit (self.lib) mkAuthentikScope; + # }); }; }; });