Skip to content

Commit cec96b8

Browse files
committed
flake: bump Nixpkgs
1 parent ebfe07d commit cec96b8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

buildbot_nix/buildbot_nix/oauth2_proxy_auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def getLoginResource(self) -> IResource: # noqa: N802
2929
return forbidden(message="URL is not supported for authentication")
3030

3131
def getLogoutResource(self) -> IResource: # noqa: N802
32-
return typing.cast(IResource, Redirect(b"/oauth2/sign_out"))
32+
return typing.cast("IResource", Redirect(b"/oauth2/sign_out"))
3333

3434
async def maybeAutoLogin( # noqa: N802
3535
self, request: Request

examples/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ let
1111
{
1212
config = {
1313
networking.hostName = "example-common";
14-
system.stateVersion = config.system.nixos.version;
14+
system.stateVersion = config.system.nixos.release;
1515
users.users.root.initialPassword = "fnord23";
1616
boot.loader.grub.devices = lib.mkForce [ "/dev/sda" ];
1717
fileSystems."/".device = lib.mkDefault "/dev/sda";

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)