summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2024-05-30 11:36:00 +0200
committerSilas Schöffel <sils@sils.li>2024-05-30 11:36:00 +0200
commitba416d257baa8da3df1af34cd6d030595da53619 (patch)
tree35a5937b59aed2c6858f5d2130670c1616422bd9
parentflake.lock: update (diff)
downloadnix-config-ba416d257baa8da3df1af34cd6d030595da53619.zip
flake: nixvim.inputs.pre-commit-hooks -> nixvim.inputs.git-hooks
-rw-r--r--flake.lock69
-rw-r--r--flake.nix2
2 files changed, 4 insertions, 67 deletions
diff --git a/flake.lock b/flake.lock
index 763dc09..25649b1 100644
--- a/flake.lock
+++ b/flake.lock
@@ -247,22 +247,6 @@
"url": "https://flakehub.com/f/edolstra/flake-compat/1.tar.gz"
}
},
- "flake-compat_3": {
- "flake": false,
- "locked": {
- "lastModified": 1696426674,
- "narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=",
- "owner": "edolstra",
- "repo": "flake-compat",
- "rev": "0f9255e01c2351cc7d116c072cb317785dd33b33",
- "type": "github"
- },
- "original": {
- "owner": "edolstra",
- "repo": "flake-compat",
- "type": "github"
- }
- },
"flake-parts": {
"inputs": {
"nixpkgs-lib": [
@@ -381,33 +365,6 @@
"type": "github"
}
},
- "git-hooks_2": {
- "inputs": {
- "flake-compat": "flake-compat_3",
- "gitignore": "gitignore_2",
- "nixpkgs": [
- "nixvim",
- "nixpkgs"
- ],
- "nixpkgs-stable": [
- "nixvim",
- "nixpkgs"
- ]
- },
- "locked": {
- "lastModified": 1716213921,
- "narHash": "sha256-xrsYFST8ij4QWaV6HEokCUNIZLjjLP1bYC60K8XiBVA=",
- "owner": "cachix",
- "repo": "git-hooks.nix",
- "rev": "0e8fcc54b842ad8428c9e705cb5994eaf05c26a0",
- "type": "github"
- },
- "original": {
- "owner": "cachix",
- "repo": "git-hooks.nix",
- "type": "github"
- }
- },
"gitignore": {
"inputs": {
"nixpkgs": [
@@ -428,28 +385,6 @@
"type": "github"
}
},
- "gitignore_2": {
- "inputs": {
- "nixpkgs": [
- "nixvim",
- "git-hooks",
- "nixpkgs"
- ]
- },
- "locked": {
- "lastModified": 1709087332,
- "narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=",
- "owner": "hercules-ci",
- "repo": "gitignore.nix",
- "rev": "637db329424fd7e46cf4185293b9cc8c88c95394",
- "type": "github"
- },
- "original": {
- "owner": "hercules-ci",
- "repo": "gitignore.nix",
- "type": "github"
- }
- },
"gnome-shell": {
"flake": false,
"locked": {
@@ -671,7 +606,9 @@
"flake-parts"
],
"flake-root": "flake-root",
- "git-hooks": "git-hooks_2",
+ "git-hooks": [
+ "git-hooks"
+ ],
"home-manager": [
"home-manager"
],
diff --git a/flake.nix b/flake.nix
index 9ceeda8..ab3b764 100644
--- a/flake.nix
+++ b/flake.nix
@@ -68,7 +68,7 @@
inputs = {
nixpkgs.follows = "nixpkgs";
flake-parts.follows = "flake-parts";
- pre-commit-hooks.follows = "git-hooks";
+ git-hooks.follows = "git-hooks";
home-manager.follows = "home-manager";
nix-darwin.follows = "nix-darwin";
};