progress nix dep to 2.34.x

This commit is contained in:
do butterflies cry? 2026-04-02 23:38:12 +10:00
parent 03c25e234b
commit 8525ea36c9
Signed by: cry
GPG key ID: F68745A836CA0412
2 changed files with 7 additions and 7 deletions

8
flake.lock generated
View file

@ -23,16 +23,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1773222311,
"narHash": "sha256-BHoB/XpbqoZkVYZCfXJXfkR+GXFqwb/4zbWnOr2cRcU=",
"lastModified": 1775036866,
"narHash": "sha256-ZojAnPuCdy657PbTq5V0Y+AHKhZAIwSIT2cb8UgAz/U=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "0590cd39f728e129122770c029970378a79d076a",
"rev": "6201e203d09599479a3b3450ed24fa81537ebc4e",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-25.11",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}

View file

@ -2,7 +2,7 @@
description = "rust wrapper for libnix";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
systems.url = "github:nix-systems/default";
fenix = {
@ -49,7 +49,7 @@
...
}: {
default = let
nixForBindings = pkgs.nixVersions.nix_2_32;
nixForBindings = pkgs.nixVersions.nix_2_34;
inherit (pkgs.rustc) llvmPackages;
in
pkgs.mkShell rec {
@ -113,7 +113,7 @@
};
nightly = let
nixForBindings = pkgs.nixVersions.nix_2_32;
nixForBindings = pkgs.nixVersions.nix_2_34;
inherit (pkgs.rustc) llvmPackages;
in
pkgs.mkShell rec {