nixpkgs: 2025-05-30 -> 2025-05-31
This commit is contained in:
@@ -45,7 +45,7 @@ let
|
|||||||
passthru.sway-unwrapped = configuredSway;
|
passthru.sway-unwrapped = configuredSway;
|
||||||
};
|
};
|
||||||
|
|
||||||
wlroots = (pkgs'.wlroots.override {
|
wlroots = (pkgs'.wlroots_0_18.override {
|
||||||
# wlroots seems to launch Xwayland itself, and i can't easily just do that myself externally.
|
# wlroots seems to launch Xwayland itself, and i can't easily just do that myself externally.
|
||||||
# so in order for the Xwayland it launches to be sandboxed, i need to patch the sandboxed version in here.
|
# so in order for the Xwayland it launches to be sandboxed, i need to patch the sandboxed version in here.
|
||||||
xwayland = config.sane.programs.xwayland.package;
|
xwayland = config.sane.programs.xwayland.package;
|
||||||
|
@@ -14,8 +14,8 @@
|
|||||||
mkNixpkgs ? import ./mkNixpkgs.nix {},
|
mkNixpkgs ? import ./mkNixpkgs.nix {},
|
||||||
}:
|
}:
|
||||||
mkNixpkgs {
|
mkNixpkgs {
|
||||||
rev = "b16949a1daf97386a4413d47af4ab02600284759";
|
rev = "ce490d7b984988f8689470d8608b6253860f990a";
|
||||||
sha256 = "sha256-DgE73JMGwh1Oygb/3knGzSbWSyKnz9YKiiHGxCOmYAI=";
|
sha256 = "sha256-MlwN0xoon4RB/nkQyTrG6ceiwn+AsMEMt3F4W3UN3Zc=";
|
||||||
version = "unstable-2025-05-30";
|
version = "unstable-2025-05-31";
|
||||||
branch = "master";
|
branch = "master";
|
||||||
}
|
}
|
||||||
|
@@ -2,8 +2,8 @@
|
|||||||
mkNixpkgs ? import ./mkNixpkgs.nix {},
|
mkNixpkgs ? import ./mkNixpkgs.nix {},
|
||||||
}:
|
}:
|
||||||
mkNixpkgs {
|
mkNixpkgs {
|
||||||
rev = "79a819cf665ffbbc2e0c507298a90bed06c15273";
|
rev = "302559672506a0b0a931e47dc00b2714d63a0e75";
|
||||||
sha256 = "sha256-gxAEIv3+rZhGAkTKbq3LWTX5keAINoe1Uai8Gnkbt5k=";
|
sha256 = "sha256-eAsjRNxnqVFX6OJDvH7dHk7+vwC8hQFdHpRqmhpKyho=";
|
||||||
version = "unstable-2025-05-30";
|
version = "unstable-2025-05-31";
|
||||||
branch = "staging-next";
|
branch = "staging-next";
|
||||||
}
|
}
|
||||||
|
@@ -2,8 +2,8 @@
|
|||||||
mkNixpkgs ? import ./mkNixpkgs.nix {},
|
mkNixpkgs ? import ./mkNixpkgs.nix {},
|
||||||
}:
|
}:
|
||||||
mkNixpkgs {
|
mkNixpkgs {
|
||||||
rev = "a80900301d3fc93066800d8910bd0ae87e4ec517";
|
rev = "f34f229df31d221f2cab03287231c39972a39354";
|
||||||
sha256 = "sha256-w7ojxrlyBxsXTuBLqCjDH0DwtZEaC40sSWJYr66m4qg=";
|
sha256 = "sha256-5HVrUhdbbUCGYF+MM4SqeaLs9nT8AEOqQxotF6GE9UQ=";
|
||||||
version = "unstable-2025-05-30";
|
version = "unstable-2025-05-31";
|
||||||
branch = "staging";
|
branch = "staging";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user