diff --git a/overlays/preferences.nix b/overlays/preferences.nix index 69cdc1f76..3eea5568f 100644 --- a/overlays/preferences.nix +++ b/overlays/preferences.nix @@ -130,10 +130,16 @@ in # # }; # }; - # gvfs = super.gvfs.override { - # # saves 20 minutes of build time and cross issues, for unused feature - # samba = null; - # }; + gvfs = super.gvfs.override { + # saves 20 minutes of build time and cross issues, for unused feature + # samba = null; + # XXX(2025-07-02): avoid cross compilation error on thin-provisioning-tools by disabling the thing which pulls it in. + # see: + # however, thin-provisioning-tools uses `devicemapper` crate -- not `devicemapper-sys`; + # unclear if `devicemapper` intends to support this; manually enabling the feature did not fix any build error; + # my error seems to be that `devicemapper` is compiled _to the wrong platform_ (maybe the issue is in thin-provisioning-tools' build script) + udevSupport = false; + }; # haredoc = super.haredoc.override { # hareHook = crossHareHook; diff --git a/pkgs/by-name/nixpkgs-bootstrap/master.nix b/pkgs/by-name/nixpkgs-bootstrap/master.nix index ce4a7f2eb..6bc63dcae 100644 --- a/pkgs/by-name/nixpkgs-bootstrap/master.nix +++ b/pkgs/by-name/nixpkgs-bootstrap/master.nix @@ -14,8 +14,8 @@ mkNixpkgs ? import ./mkNixpkgs.nix {}, }: mkNixpkgs { - rev = "c2d8e89c022da73e133dfb625fd2af968e61766b"; - sha256 = "sha256-7COgccrBl+gpcK4Z7BtI/zIjK1S5X/msqhpUgbaSueo="; - version = "unstable-2025-06-27"; + rev = "9c10b2210daa0dbdfcc920ad03c07137f1e2f0a8"; + sha256 = "sha256-TcW9Mg2Wk5mjY97ITfuDOyamJpTs2znmoRQ57ITG40o="; + version = "unstable-2025-07-02"; branch = "master"; } diff --git a/pkgs/by-name/nixpkgs-bootstrap/staging-next.nix b/pkgs/by-name/nixpkgs-bootstrap/staging-next.nix index f95a19bf8..6df68fdc8 100644 --- a/pkgs/by-name/nixpkgs-bootstrap/staging-next.nix +++ b/pkgs/by-name/nixpkgs-bootstrap/staging-next.nix @@ -2,8 +2,8 @@ mkNixpkgs ? import ./mkNixpkgs.nix {}, }: mkNixpkgs { - rev = "3196ee540c1c15a6f285f06033db31966a60b6d9"; - sha256 = "sha256-cdGFN8jSajFQpNbxgCW+xpdTS4i/X3QFXO6uAqJIcyY="; - version = "unstable-2025-06-27"; + rev = "858f9904d5c5077ead03d2ceda31d1d2c720ebaa"; + sha256 = "sha256-7az9kKM6Vls+x5r64I9CyWZAcDWaYkWMU3tEsf/66II="; + version = "unstable-2025-07-02"; branch = "staging-next"; } diff --git a/pkgs/by-name/nixpkgs-bootstrap/staging.nix b/pkgs/by-name/nixpkgs-bootstrap/staging.nix index 1e27be84c..e7054e204 100644 --- a/pkgs/by-name/nixpkgs-bootstrap/staging.nix +++ b/pkgs/by-name/nixpkgs-bootstrap/staging.nix @@ -2,8 +2,8 @@ mkNixpkgs ? import ./mkNixpkgs.nix {}, }: mkNixpkgs { - rev = "6d81aa24da8f8efd625253074c76bbd7eda127e2"; - sha256 = "sha256-YvtKg5R3jaw78l/W5qCLnjLmHA2ja7DzLpT43Hhbs1U="; - version = "unstable-2025-06-27"; + rev = "9c22038d81b7d0d77b2ef9b5726dced6404769a0"; + sha256 = "sha256-ZiyVEX+hbaMnJBCGldQVKTGIByNVlJCStMIE1BCr6Aw="; + version = "unstable-2025-07-02"; branch = "staging"; }