progress nix dep to 2.34.x
This commit is contained in:
parent
03c25e234b
commit
8525ea36c9
2 changed files with 7 additions and 7 deletions
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -23,16 +23,16 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1773222311,
|
"lastModified": 1775036866,
|
||||||
"narHash": "sha256-BHoB/XpbqoZkVYZCfXJXfkR+GXFqwb/4zbWnOr2cRcU=",
|
"narHash": "sha256-ZojAnPuCdy657PbTq5V0Y+AHKhZAIwSIT2cb8UgAz/U=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "0590cd39f728e129122770c029970378a79d076a",
|
"rev": "6201e203d09599479a3b3450ed24fa81537ebc4e",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"ref": "nixos-25.11",
|
"ref": "nixos-unstable",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
description = "rust wrapper for libnix";
|
description = "rust wrapper for libnix";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
systems.url = "github:nix-systems/default";
|
systems.url = "github:nix-systems/default";
|
||||||
|
|
||||||
fenix = {
|
fenix = {
|
||||||
|
|
@ -49,7 +49,7 @@
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
default = let
|
default = let
|
||||||
nixForBindings = pkgs.nixVersions.nix_2_32;
|
nixForBindings = pkgs.nixVersions.nix_2_34;
|
||||||
inherit (pkgs.rustc) llvmPackages;
|
inherit (pkgs.rustc) llvmPackages;
|
||||||
in
|
in
|
||||||
pkgs.mkShell rec {
|
pkgs.mkShell rec {
|
||||||
|
|
@ -113,7 +113,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
nightly = let
|
nightly = let
|
||||||
nixForBindings = pkgs.nixVersions.nix_2_32;
|
nixForBindings = pkgs.nixVersions.nix_2_34;
|
||||||
inherit (pkgs.rustc) llvmPackages;
|
inherit (pkgs.rustc) llvmPackages;
|
||||||
in
|
in
|
||||||
pkgs.mkShell rec {
|
pkgs.mkShell rec {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue