From 75efc0213100f405fa64f3362e2fc4a73d09f61e Mon Sep 17 00:00:00 2001 From: Ryan Lahfa Date: Wed, 17 Apr 2024 14:25:55 +0200 Subject: feat(nix): support non-Flakes users Not all Nix users can make use of Flakes. This adds the compatibility for non-Flakes users. Signed-off-by: Ryan Lahfa --- flake.lock | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'flake.lock') diff --git a/flake.lock b/flake.lock index 1eaf1375..57089a32 100644 --- a/flake.lock +++ b/flake.lock @@ -42,6 +42,21 @@ "type": "github" } }, + "flake-compat": { + "locked": { + "lastModified": 1688025799, + "narHash": "sha256-ktpB4dRtnksm9F5WawoIkEneh1nrEvuxb5lJFt1iOyw=", + "owner": "nix-community", + "repo": "flake-compat", + "rev": "8bf105319d44f6b9f0d764efa4fdef9f1cc9ba1c", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "flake-compat", + "type": "github" + } + }, "flake-utils": { "inputs": { "systems": "systems" @@ -221,6 +236,7 @@ "root": { "inputs": { "charon": "charon", + "flake-compat": "flake-compat", "flake-utils": [ "charon", "flake-utils" -- cgit v1.2.3