meta: stub out all unnecessary inputs
This commit is contained in:
parent
8e28151e03
commit
a776b8eeb6
1 changed files with 26 additions and 9 deletions
35
flake.nix
35
flake.nix
|
@ -97,14 +97,17 @@
|
||||||
|
|
||||||
nix-super = {
|
nix-super = {
|
||||||
url = "gitlab:max/nix-super?host=git.privatevoid.net";
|
url = "gitlab:max/nix-super?host=git.privatevoid.net";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs = {
|
||||||
|
nixpkgs.follows = "nixpkgs";
|
||||||
|
nixpkgs-regression.follows = "blank";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
deploy-rs = {
|
deploy-rs = {
|
||||||
url = "gitlab:max/deploy-rs?host=git.privatevoid.net";
|
url = "gitlab:max/deploy-rs?host=git.privatevoid.net";
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.follows = "nixpkgs";
|
nixpkgs.follows = "nixpkgs";
|
||||||
flake-compat.follows = "repin-flake-compat";
|
flake-compat.follows = "blank";
|
||||||
utils.follows = "repin-flake-utils";
|
utils.follows = "repin-flake-utils";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -126,8 +129,15 @@
|
||||||
url = "github:nix-community/dream2nix";
|
url = "github:nix-community/dream2nix";
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.follows = "nixpkgs";
|
nixpkgs.follows = "nixpkgs";
|
||||||
#alejandra.inputs.flakeCompat.follows = "repin-flake-compat";
|
alejandra.follows = "blank";
|
||||||
flake-utils-pre-commit.follows = "repin-flake-utils";
|
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 = {
|
inputs = {
|
||||||
nixpkgs.follows = "nixpkgs";
|
nixpkgs.follows = "nixpkgs";
|
||||||
nix.follows = "nix-super";
|
nix.follows = "nix-super";
|
||||||
flake-compat.follows = "repin-flake-compat";
|
flake-compat.follows = "blank";
|
||||||
flake-utils.follows = "repin-flake-utils";
|
flake-utils.follows = "repin-flake-utils";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -154,6 +164,7 @@
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.follows = "nixpkgs";
|
nixpkgs.follows = "nixpkgs";
|
||||||
flake-parts.follows = "flake-parts";
|
flake-parts.follows = "flake-parts";
|
||||||
|
nix-darwin.follows = "blank";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
hercules-ci-effects = {
|
hercules-ci-effects = {
|
||||||
|
@ -170,10 +181,16 @@
|
||||||
|
|
||||||
nix-filter.url = "github:numtide/nix-filter";
|
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";
|
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";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue