From 3b9e0e01447e0dff7b13e6b3d9b35600c36a6695 Mon Sep 17 00:00:00 2001 From: Whovian9369 Date: Tue, 26 Nov 2024 12:44:08 -0500 Subject: [PATCH] Add notes on use to otherwise unwanted inputs. --- flake.nix | 30 +++++++++++++++++++++++------- 1 file changed, 23 insertions(+), 7 deletions(-) diff --git a/flake.nix b/flake.nix index 17621dc..9abeb4d 100644 --- a/flake.nix +++ b/flake.nix @@ -89,22 +89,38 @@ # but don't like that they're included >:( ######### - # I don't like `flake-utils`, but so many things use it that I might as - # well only keep a single version of it. + /* + Used by: + - lix + - nixos-wsl + */ + flake-compat = { + url = "github:edolstra/flake-compat"; + }; + + /* + Used by: + - lix-module + - ninfs + - Itself + - inputs.pyctr + - nixos-wsl + - xil + */ flake-utils = { url = "github:numtide/flake-utils"; inputs.systems.follows = "nix-systems_default"; }; - # Ditto to github:nix-systems/default + /* + Used by: + - agenix + - flake-utils + */ nix-systems_default = { url = "github:nix-systems/default"; }; - # Ditto to github:edolstra/flake-compat - flake-compat = { - url = "github:edolstra/flake-compat"; - }; }; # inputs