diff options
| author | seth <[email protected]> | 2023-11-08 02:04:18 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-11-08 02:04:18 -0500 |
| commit | f6c8e4055c8805c7882572e05f70f180b184a3c1 (patch) | |
| tree | 2f73e5a5039f43367b2084d7496c36942164c23e /flake.lock | |
| parent | 434112dd35d61adec96078db2762ac5eca178c6e (diff) | |
flake: follow flake-utils/compat from pre-commit
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -29,9 +29,11 @@ "arkenfox": { "inputs": { "flake-compat": [ + "pre-commit", "flake-compat" ], "flake-utils": [ + "pre-commit", "flake-utils" ], "nixpkgs": [ @@ -273,12 +275,14 @@ "inputs": { "crane": "crane", "flake-compat": [ + "pre-commit", "flake-compat" ], "flake-parts": [ "parts" ], "flake-utils": [ + "pre-commit", "flake-utils" ], "nixpkgs": [ @@ -361,9 +365,11 @@ "nixos-wsl": { "inputs": { "flake-compat": [ + "pre-commit", "flake-compat" ], "flake-utils": [ + "pre-commit", "flake-utils" ], "nixpkgs": [ @@ -471,12 +477,8 @@ }, "pre-commit": { "inputs": { - "flake-compat": [ - "flake-compat" - ], - "flake-utils": [ - "flake-utils" - ], + "flake-compat": "flake-compat", + "flake-utils": "flake-utils", "gitignore": "gitignore", "nixpkgs": [ "nixpkgs" @@ -505,8 +507,6 @@ "arkenfox": "arkenfox", "catppuccin": "catppuccin", "darwin": "darwin", - "flake-compat": "flake-compat", - "flake-utils": "flake-utils", "getchoo": "getchoo", "getchvim": "getchvim", "guzzle_api": "guzzle_api", |
