From a776b8eeb6760d0d4211f94b20a4a407d420863d Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 16 Oct 2022 21:59:11 +0200 Subject: [PATCH] meta: stub out all unnecessary inputs --- flake.nix | 35 ++++++++++++++++++++++++++--------- 1 file changed, 26 insertions(+), 9 deletions(-) diff --git a/flake.nix b/flake.nix index c567964..1ac4c9d 100644 --- a/flake.nix +++ b/flake.nix @@ -97,14 +97,17 @@ nix-super = { url = "gitlab:max/nix-super?host=git.privatevoid.net"; - inputs.nixpkgs.follows = "nixpkgs"; + inputs = { + nixpkgs.follows = "nixpkgs"; + nixpkgs-regression.follows = "blank"; + }; }; deploy-rs = { url = "gitlab:max/deploy-rs?host=git.privatevoid.net"; inputs = { nixpkgs.follows = "nixpkgs"; - flake-compat.follows = "repin-flake-compat"; + flake-compat.follows = "blank"; utils.follows = "repin-flake-utils"; }; }; @@ -126,8 +129,15 @@ url = "github:nix-community/dream2nix"; inputs = { nixpkgs.follows = "nixpkgs"; - #alejandra.inputs.flakeCompat.follows = "repin-flake-compat"; - flake-utils-pre-commit.follows = "repin-flake-utils"; + alejandra.follows = "blank"; + all-cabal-json.follows = "blank"; + crane.follows = "blank"; + devshell.follows = "blank"; + flake-utils-pre-commit.follows = "blank"; + gomod2nix.follows = "blank"; + mach-nix.follows = "blank"; + poetry2nix.follows = "poetry2nix"; + pre-commit-hooks.follows = "blank"; }; }; @@ -144,7 +154,7 @@ inputs = { nixpkgs.follows = "nixpkgs"; nix.follows = "nix-super"; - flake-compat.follows = "repin-flake-compat"; + flake-compat.follows = "blank"; flake-utils.follows = "repin-flake-utils"; }; }; @@ -154,6 +164,7 @@ inputs = { nixpkgs.follows = "nixpkgs"; flake-parts.follows = "flake-parts"; + nix-darwin.follows = "blank"; }; }; hercules-ci-effects = { @@ -170,10 +181,16 @@ nix-filter.url = "github:numtide/nix-filter"; - repin-flake-compat = { - url = "github:edolstra/flake-compat"; - flake = false; - }; repin-flake-utils.url = "github:numtide/flake-utils"; + + blank.url = "github:divnix/blank"; + + poetry2nix = { + url = "github:nix-community/poetry2nix"; + inputs = { + nixpkgs.follows = "nixpkgs"; + flake-utils.follows = "repin-flake-utils"; + }; + }; }; }