diff --git a/flake.lock b/flake.lock index 10d578e..62a6bea 100644 --- a/flake.lock +++ b/flake.lock @@ -337,15 +337,16 @@ }, "systems": { "locked": { - "lastModified": 1681028828, - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "lastModified": 1774449309, + "narHash": "sha256-brhZ8DmuGtzkCYHJg4HEd602amKm89Y9ytsFZ5uWD1w=", "owner": "nix-systems", "repo": "default", - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "rev": "c29398b59d2048c4ab79345812849c9bd15e9150", "type": "github" }, "original": { "owner": "nix-systems", + "ref": "future-26.11", "repo": "default", "type": "github" } diff --git a/flake.nix b/flake.nix index cc94931..c724948 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ flake-parts.url = "github:hercules-ci/flake-parts"; flake-compat.url = "https://git.lix.systems/lix-project/flake-compat/archive/main.tar.gz"; git-hooks.url = "github:cachix/git-hooks.nix"; - systems.url = "github:nix-systems/default"; + systems.url = "github:nix-systems/default/future-26.11"; crane.url = "github:ipetkov/crane"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; fenix.url = "github:nix-community/fenix";