summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock85
1 files changed, 80 insertions, 5 deletions
diff --git a/flake.lock b/flake.lock
index bf001cc..0e557ea 100644
--- a/flake.lock
+++ b/flake.lock
@@ -114,6 +114,22 @@
"type": "github"
}
},
+ "flake-compat_2": {
+ "flake": false,
+ "locked": {
+ "lastModified": 1747046372,
+ "narHash": "sha256-CIVLLkVgvHYbgI2UpXvIIBJ12HWgX+fjA8Xf8PUmqCY=",
+ "owner": "edolstra",
+ "repo": "flake-compat",
+ "rev": "9100a0f413b0c601e0533d1d94ffd501ce2e7885",
+ "type": "github"
+ },
+ "original": {
+ "owner": "edolstra",
+ "repo": "flake-compat",
+ "type": "github"
+ }
+ },
"flake-parts": {
"inputs": {
"nixpkgs-lib": [
@@ -179,6 +195,28 @@
"url": "https://flakehub.com/f/cachix/git-hooks.nix/0.1.941"
}
},
+ "gitignore": {
+ "inputs": {
+ "nixpkgs": [
+ "namescale",
+ "pre-commit-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"
+ }
+ },
"headplane": {
"inputs": {
"devshell": "devshell",
@@ -226,14 +264,15 @@
"inputs": {
"nixpkgs": [
"nixpkgs"
- ]
+ ],
+ "pre-commit-hooks": "pre-commit-hooks"
},
"locked": {
- "lastModified": 1760768972,
- "narHash": "sha256-bNnfcWlRJ8HWxzyjMyFz0zb7RNyZ2NJdGPIu03Ds3lY=",
+ "lastModified": 1766292981,
+ "narHash": "sha256-9gI7101QbxiRRcnJX3qg4lCdLMfyWsHgnaF2sUiDUnA=",
"owner": "sinanmohd",
"repo": "namescale",
- "rev": "12e26359e79cd3c88508b0f770d0e5136e53b176",
+ "rev": "4c261f660b5bd89b0864f997b2735971696e67a5",
"type": "github"
},
"original": {
@@ -341,6 +380,22 @@
},
"nixpkgs_3": {
"locked": {
+ "lastModified": 1759070547,
+ "narHash": "sha256-JVZl8NaVRYb0+381nl7LvPE+A774/dRpif01FKLrYFQ=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "647e5c14cbd5067f44ac86b74f014962df460840",
+ "type": "github"
+ },
+ "original": {
+ "owner": "NixOS",
+ "ref": "nixpkgs-unstable",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
+ "nixpkgs_4": {
+ "locked": {
"lastModified": 1764667669,
"narHash": "sha256-7WUCZfmqLAssbDqwg9cUDAXrSoXN79eEEq17qhTNM/Y=",
"owner": "NixOs",
@@ -355,6 +410,26 @@
"type": "github"
}
},
+ "pre-commit-hooks": {
+ "inputs": {
+ "flake-compat": "flake-compat_2",
+ "gitignore": "gitignore",
+ "nixpkgs": "nixpkgs_3"
+ },
+ "locked": {
+ "lastModified": 1760663237,
+ "narHash": "sha256-BflA6U4AM1bzuRMR8QqzPXqh8sWVCNDzOdsxXEguJIc=",
+ "owner": "cachix",
+ "repo": "git-hooks.nix",
+ "rev": "ca5b894d3e3e151ffc1db040b6ce4dcc75d31c37",
+ "type": "github"
+ },
+ "original": {
+ "owner": "cachix",
+ "repo": "git-hooks.nix",
+ "type": "github"
+ }
+ },
"root": {
"inputs": {
"alina": "alina",
@@ -363,7 +438,7 @@
"home-manager": "home-manager",
"namescale": "namescale",
"nixos-hardware": "nixos-hardware",
- "nixpkgs": "nixpkgs_3",
+ "nixpkgs": "nixpkgs_4",
"sops-nix": "sops-nix"
}
},