summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorseth <[email protected]>2024-10-29 23:05:02 -0400
committerGitHub <[email protected]>2024-10-30 03:05:02 +0000
commit2e766b185d2bb6fa38c0bd8fb980ba8fffeedb3a (patch)
tree7c4bc93efe19c00f58bf4df2447b4677488d70ad /flake.lock
parent310fdf8de53d98ddd3a56936c131186e25814f0f (diff)
use custom wrapper (#70)
* use custom wrapper * flake: use nix-filter on self * don't load remote plugins * use nvim-cmp and fidget from luarocks
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock16
1 files changed, 16 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
index 25b00ff..de0d98b 100644
--- a/flake.lock
+++ b/flake.lock
@@ -1,5 +1,20 @@
{
"nodes": {
+ "nix-filter": {
+ "locked": {
+ "lastModified": 1730207686,
+ "narHash": "sha256-SCHiL+1f7q9TAnxpasriP6fMarWE5H43t25F5/9e28I=",
+ "owner": "numtide",
+ "repo": "nix-filter",
+ "rev": "776e68c1d014c3adde193a18db9d738458cd2ba4",
+ "type": "github"
+ },
+ "original": {
+ "owner": "numtide",
+ "repo": "nix-filter",
+ "type": "github"
+ }
+ },
"nixpkgs": {
"locked": {
"lastModified": 1729850857,
@@ -18,6 +33,7 @@
},
"root": {
"inputs": {
+ "nix-filter": "nix-filter",
"nixpkgs": "nixpkgs"
}
}