flake: comment out override-scope test for ci

This commit is contained in:
WilliButz 2024-05-08 21:59:17 +02:00
parent dd78a73a98
commit e9ae3992d5
No known key found for this signature in database
GPG key ID: 0EFE04FB95E18413

View file

@ -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;
# });
};
};
});