flake: mark systems as flake=false

`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:../..'
This commit is contained in:
Matt Sturgeon
2026-08-16 18:38:42 +00:00
parent f1311e1d8c
commit b5d9e7d2cf
3 changed files with 6 additions and 1 deletions
Generated
+1
View File
@@ -44,6 +44,7 @@
}
},
"systems": {
"flake": false,
"locked": {
"lastModified": 1774449309,
"narHash": "sha256-brhZ8DmuGtzkCYHJg4HEd602amKm89Y9ytsFZ5uWD1w=",
+4 -1
View File
@@ -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";
+1
View File
@@ -261,6 +261,7 @@
}
},
"systems": {
"flake": false,
"locked": {
"lastModified": 1774449309,
"narHash": "sha256-brhZ8DmuGtzkCYHJg4HEd602amKm89Y9ytsFZ5uWD1w=",