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 }: {