From b5d9e7d2cf02e322ff6ef780862951c2d8f22f1b Mon Sep 17 00:00:00 2001 From: Matt Sturgeon Date: Sun, 16 Aug 2026 18:48:31 +0100 Subject: [PATCH] flake: mark `systems` as `flake=false` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `inputs.systems` is imported directly to evaluate a list of systems; it has no flake inputs and we never evaluate its flake outputs, so we may as well declare `flake=false`. flake/dev/flake.lock updates: • Updated input 'nixvim': 'path:../..' → 'path:../..' --- flake.lock | 1 + flake.nix | 5 ++++- flake/dev/flake.lock | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/flake.lock b/flake.lock index 084f69fa..1a58e232 100644 --- a/flake.lock +++ b/flake.lock @@ -44,6 +44,7 @@ } }, "systems": { + "flake": false, "locked": { "lastModified": 1774449309, "narHash": "sha256-brhZ8DmuGtzkCYHJg4HEd602amKm89Y9ytsFZ5uWD1w=", diff --git a/flake.nix b/flake.nix index 9f901ab1..5cfadb2a 100644 --- a/flake.nix +++ b/flake.nix @@ -4,7 +4,10 @@ inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; - systems.url = "github:nix-systems/default/future-26.11"; + systems = { + url = "github:nix-systems/default/future-26.11"; + flake = false; + }; flake-parts = { url = "github:hercules-ci/flake-parts"; diff --git a/flake/dev/flake.lock b/flake/dev/flake.lock index 1ca410e5..51ee854d 100644 --- a/flake/dev/flake.lock +++ b/flake/dev/flake.lock @@ -261,6 +261,7 @@ } }, "systems": { + "flake": false, "locked": { "lastModified": 1774449309, "narHash": "sha256-brhZ8DmuGtzkCYHJg4HEd602amKm89Y9ytsFZ5uWD1w=",