From 9dd9795ae4753e20e8191eb44a0496b67870f3a3 Mon Sep 17 00:00:00 2001 From: Matt Sturgeon Date: Fri, 29 May 2026 17:22:14 +0100 Subject: [PATCH] flake: pin `systems` to `future-26.11` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This drops support for x86_64-darwin, which is not supported in Nixpkgs 26.11. flake.lock updates: • Updated input 'systems': 'github:nix-systems/default/da67096a3b9bf56a91d16901293e51ba5b49a27e?narHash=sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768%3D' (2023-04-09) → 'github:nix-systems/default/c29398b59d2048c4ab79345812849c9bd15e9150?narHash=sha256-brhZ8DmuGtzkCYHJg4HEd602amKm89Y9ytsFZ5uWD1w%3D' (2026-03-25) flake/dev/flake.lock updates: • Updated input 'nixvim': 'path:../..' → 'path:../..' • Updated input 'nixvim/systems': 'github:nix-systems/default/da67096a3b9bf56a91d16901293e51ba5b49a27e?narHash=sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768%3D' (2023-04-09) → 'github:nix-systems/default/c29398b59d2048c4ab79345812849c9bd15e9150?narHash=sha256-brhZ8DmuGtzkCYHJg4HEd602amKm89Y9ytsFZ5uWD1w%3D' (2026-03-25) --- flake.lock | 7 ++++--- flake.nix | 2 +- flake/dev/flake.lock | 7 ++++--- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 84fc0110..d63fb195 100644 --- a/flake.lock +++ b/flake.lock @@ -45,15 +45,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 6170ff2d..9f901ab1 100644 --- a/flake.nix +++ b/flake.nix @@ -4,7 +4,7 @@ inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; - systems.url = "github:nix-systems/default"; + systems.url = "github:nix-systems/default/future-26.11"; flake-parts = { url = "github:hercules-ci/flake-parts"; diff --git a/flake/dev/flake.lock b/flake/dev/flake.lock index 81b99ace..4cbd32b6 100644 --- a/flake/dev/flake.lock +++ b/flake/dev/flake.lock @@ -263,15 +263,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" }