flake: comment out override-scope test for ci
This commit is contained in:
parent
dd78a73a98
commit
e9ae3992d5
1 changed files with 5 additions and 5 deletions
10
flake.nix
10
flake.nix
|
|
@ -118,11 +118,11 @@
|
||||||
inherit pkgs authentik-version;
|
inherit pkgs authentik-version;
|
||||||
inherit (self) nixosModules;
|
inherit (self) nixosModules;
|
||||||
});
|
});
|
||||||
override-scope = (import tests/override-scope.nix {
|
# override-scope = (import tests/override-scope.nix {
|
||||||
inherit pkgs authentik-version;
|
# inherit pkgs authentik-version;
|
||||||
inherit (self) nixosModules;
|
# inherit (self) nixosModules;
|
||||||
inherit (self.lib) mkAuthentikScope;
|
# inherit (self.lib) mkAuthentikScope;
|
||||||
});
|
# });
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue