From e9c4a3cdc7c469664be294626d43c0653ac5ec79 Mon Sep 17 00:00:00 2001 From: Dusk Banks Date: Thu, 7 Sep 2023 15:03:19 -0700 Subject: [PATCH] fix: allow non-flake `systems` flake input Per convention. --- flake.lock | 1 + flake.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/flake.lock b/flake.lock index c90a2bf..c4a39a6 100644 --- a/flake.lock +++ b/flake.lock @@ -6,6 +6,7 @@ } }, "systems": { + "flake": false, "locked": { "lastModified": 1681028828, "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", diff --git a/flake.nix b/flake.nix index 7fe2e59..3611963 100644 --- a/flake.nix +++ b/flake.nix @@ -2,6 +2,7 @@ description = "Pure Nix flake utility functions"; # Externally extensible flake systems. See . + inputs.systems.flake = false; inputs.systems.url = "github:nix-systems/default"; outputs = { self, systems }: {