From 5c40128a3d39da5d8734c35be0c2a0034a741418 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 23 Apr 2025 17:39:44 +0200 Subject: [PATCH] flake.nix: annotate flake-compat usage It is not used within flake.nix, so add a note that it is used elsewhere. --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index ef79ae9..44090b2 100644 --- a/flake.nix +++ b/flake.nix @@ -3,6 +3,7 @@ inputs = { flake-compat = { + # for shell.nix compat url = "github:edolstra/flake-compat"; flake = false; };