summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-11-08 02:04:18 -0500
committerseth <[email protected]>2023-11-08 02:04:18 -0500
commitf6c8e4055c8805c7882572e05f70f180b184a3c1 (patch)
tree2f73e5a5039f43367b2084d7496c36942164c23e /flake.nix
parent434112dd35d61adec96078db2762ac5eca178c6e (diff)
flake: follow flake-utils/compat from pre-commit
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix25
1 files changed, 6 insertions, 19 deletions
diff --git a/flake.nix b/flake.nix
index 930f3b5..efdb945 100644
--- a/flake.nix
+++ b/flake.nix
@@ -32,9 +32,9 @@
url = "github:dwarfmaster/arkenfox-nixos";
inputs = {
nixpkgs.follows = "nixpkgs";
- flake-compat.follows = "flake-compat";
+ flake-compat.follows = "pre-commit/flake-compat";
pre-commit.follows = "pre-commit";
- flake-utils.follows = "flake-utils";
+ flake-utils.follows = "pre-commit/flake-utils";
};
};
@@ -79,9 +79,9 @@
url = "github:nix-community/lanzaboote";
inputs = {
nixpkgs.follows = "nixpkgs";
- flake-compat.follows = "flake-compat";
+ flake-compat.follows = "pre-commit/flake-compat";
flake-parts.follows = "parts";
- flake-utils.follows = "flake-utils";
+ flake-utils.follows = "pre-commit/flake-utils";
pre-commit-hooks-nix.follows = "pre-commit";
};
};
@@ -102,8 +102,8 @@
url = "github:nix-community/NixOS-WSL";
inputs = {
nixpkgs.follows = "nixpkgs";
- flake-compat.follows = "flake-compat";
- flake-utils.follows = "flake-utils";
+ flake-compat.follows = "pre-commit/flake-compat";
+ flake-utils.follows = "pre-commit/flake-utils";
};
};
@@ -119,21 +119,8 @@
inputs = {
nixpkgs.follows = "nixpkgs";
nixpkgs-stable.follows = "nixpkgs";
- flake-compat.follows = "flake-compat";
- flake-utils.follows = "flake-utils";
};
};
-
- # ------------------------------
- # -- these are just to avoid having multiple versions in flake.lock
- # ------------------------------
-
- flake-compat = {
- url = "github:edolstra/flake-compat";
- flake = false;
- };
-
- flake-utils.url = "github:numtide/flake-utils";
};
outputs = {parts, ...} @ inputs: