summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorseth <[email protected]>2023-12-18 01:28:42 -0500
committerseth <[email protected]>2023-12-18 02:18:35 -0500
commit8faa242f21648e52a6bbdfa803fd4ea1b0e347e0 (patch)
treeeff6694cefb2f821bf19b0d8cb3d97bf48cb15b9 /flake.lock
parent9fe8afd0c5f2b439176728d8863570bf22614dbd (diff)
port to nixvim
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock159
1 files changed, 57 insertions, 102 deletions
diff --git a/flake.lock b/flake.lock
index 7cca579..fcb2c0d 100644
--- a/flake.lock
+++ b/flake.lock
@@ -1,126 +1,48 @@
{
"nodes": {
- "flake-compat": {
- "flake": false,
- "locked": {
- "lastModified": 1673956053,
- "narHash": "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8=",
- "owner": "edolstra",
- "repo": "flake-compat",
- "rev": "35bb57c0c8d8b62bbfd284272c928ceb64ddbde9",
- "type": "github"
- },
- "original": {
- "owner": "edolstra",
- "repo": "flake-compat",
- "type": "github"
- }
- },
- "flake-utils": {
- "inputs": {
- "systems": "systems"
- },
- "locked": {
- "lastModified": 1685518550,
- "narHash": "sha256-o2d0KcvaXzTrPRIo0kOLV0/QXHhDQ5DTi+OxcjO8xqY=",
- "owner": "numtide",
- "repo": "flake-utils",
- "rev": "a1720a10a6cfe8234c0e93907ffe81be440f4cef",
- "type": "github"
- },
- "original": {
- "owner": "numtide",
- "repo": "flake-utils",
- "type": "github"
- }
- },
- "gitignore": {
- "inputs": {
- "nixpkgs": [
- "pre-commit",
- "nixpkgs"
- ]
- },
- "locked": {
- "lastModified": 1660459072,
- "narHash": "sha256-8DFJjXG8zqoONA1vXtgeKXy68KdJL5UaXR8NtVMUbx8=",
- "owner": "hercules-ci",
- "repo": "gitignore.nix",
- "rev": "a20de23b925fd8264fd7fad6454652e142fd7f73",
- "type": "github"
- },
- "original": {
- "owner": "hercules-ci",
- "repo": "gitignore.nix",
- "type": "github"
- }
- },
"nixpkgs": {
"locked": {
- "lastModified": 1700794826,
- "narHash": "sha256-RyJTnTNKhO0yqRpDISk03I/4A67/dp96YRxc86YOPgU=",
- "owner": "NixOS",
- "repo": "nixpkgs",
- "rev": "5a09cb4b393d58f9ed0d9ca1555016a8543c2ac8",
- "type": "github"
- },
- "original": {
- "id": "nixpkgs",
- "ref": "nixos-unstable",
- "type": "indirect"
- }
- },
- "parts": {
- "inputs": {
- "nixpkgs-lib": [
- "nixpkgs"
- ]
- },
- "locked": {
- "lastModified": 1698882062,
- "narHash": "sha256-HkhafUayIqxXyHH1X8d9RDl1M2CkFgZLjKD3MzabiEo=",
- "owner": "hercules-ci",
- "repo": "flake-parts",
- "rev": "8c9fa2545007b49a5db5f650ae91f227672c3877",
- "type": "github"
+ "lastModified": 1702312524,
+ "narHash": "sha256-gkZJRDBUCpTPBvQk25G0B7vfbpEYM5s5OZqghkjZsnE=",
+ "rev": "a9bf124c46ef298113270b1f84a164865987a91c",
+ "revCount": 558881,
+ "type": "tarball",
+ "url": "https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.1.558881%2Brev-a9bf124c46ef298113270b1f84a164865987a91c/018c5fba-8d93-798c-8bda-4b11a431ccba/source.tar.gz"
},
"original": {
- "owner": "hercules-ci",
- "repo": "flake-parts",
- "type": "github"
+ "type": "tarball",
+ "url": "https://flakehub.com/f/NixOS/nixpkgs/0.1.0.tar.gz"
}
},
- "pre-commit": {
+ "nixvim": {
"inputs": {
- "flake-compat": "flake-compat",
- "flake-utils": "flake-utils",
- "gitignore": "gitignore",
+ "flake-utils": [
+ "utils"
+ ],
"nixpkgs": [
"nixpkgs"
],
- "nixpkgs-stable": [
- "nixpkgs"
- ]
+ "pre-commit-hooks": []
},
"locked": {
- "lastModified": 1700922917,
- "narHash": "sha256-ej2fch/T584b5K9sk1UhmZF7W6wEfDHuoUYpFN8dtvM=",
- "owner": "cachix",
- "repo": "pre-commit-hooks.nix",
- "rev": "e5ee5c5f3844550c01d2131096c7271cec5e9b78",
- "type": "github"
+ "lastModified": 1702653568,
+ "narHash": "sha256-SwrNBw/1/oMURAa9/8MdvC4b3UYohoMAvSazeIt3hkg=",
+ "rev": "b3fb1c4c8189bc873911da3f31d18082a0721fa9",
+ "revCount": 825,
+ "type": "tarball",
+ "url": "https://api.flakehub.com/f/pinned/nix-community/nixvim/0.1.825%2Brev-b3fb1c4c8189bc873911da3f31d18082a0721fa9/018c6e10-497a-79c6-be0a-722960db4fbf/source.tar.gz"
},
"original": {
- "owner": "cachix",
- "repo": "pre-commit-hooks.nix",
- "type": "github"
+ "type": "tarball",
+ "url": "https://flakehub.com/f/nix-community/nixvim/0.1.%2A.tar.gz"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs",
- "parts": "parts",
- "pre-commit": "pre-commit"
+ "nixvim": "nixvim",
+ "tree-sitter-just": "tree-sitter-just",
+ "utils": "utils"
}
},
"systems": {
@@ -137,6 +59,39 @@
"repo": "default",
"type": "github"
}
+ },
+ "tree-sitter-just": {
+ "flake": false,
+ "locked": {
+ "lastModified": 1679148267,
+ "narHash": "sha256-Qs0Klt9uj6Vgs4vJrjKXYD8nNe8KYdWCnADvogm4/l0=",
+ "owner": "IndianBoy42",
+ "repo": "tree-sitter-just",
+ "rev": "4e5f5f3ff37b12a1bbf664eb3966b3019e924594",
+ "type": "github"
+ },
+ "original": {
+ "owner": "IndianBoy42",
+ "repo": "tree-sitter-just",
+ "type": "github"
+ }
+ },
+ "utils": {
+ "inputs": {
+ "systems": "systems"
+ },
+ "locked": {
+ "lastModified": 1701680307,
+ "narHash": "sha256-kAuep2h5ajznlPMD9rnQyffWG8EM/C73lejGofXvdM8=",
+ "rev": "4022d587cbbfd70fe950c1e2083a02621806a725",
+ "revCount": 88,
+ "type": "tarball",
+ "url": "https://api.flakehub.com/f/pinned/numtide/flake-utils/0.1.88%2Brev-4022d587cbbfd70fe950c1e2083a02621806a725/018c340d-3287-7c66-818b-f2f646a808e3/source.tar.gz"
+ },
+ "original": {
+ "type": "tarball",
+ "url": "https://flakehub.com/f/numtide/flake-utils/0.1.88.tar.gz"
+ }
}
},
"root": "root",