diff options
| author | 2025-03-06 13:31:29 +0300 | |
|---|---|---|
| committer | 2025-03-06 13:42:35 +0300 | |
| commit | 47459ba465cad577887233a5d019564a4b71e1ec (patch) | |
| tree | f95072b8226b936466be1f15aca49f1a5a9ca561 /flake.lock | |
| download | neovim-configuration-47459ba465cad577887233a5d019564a4b71e1ec.tar.gz neovim-configuration-47459ba465cad577887233a5d019564a4b71e1ec.tar.bz2 neovim-configuration-47459ba465cad577887233a5d019564a4b71e1ec.tar.lz neovim-configuration-47459ba465cad577887233a5d019564a4b71e1ec.tar.xz neovim-configuration-47459ba465cad577887233a5d019564a4b71e1ec.tar.zst neovim-configuration-47459ba465cad577887233a5d019564a4b71e1ec.zip | |
feat: initial commit with nixCats
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..d691fc8 --- /dev/null +++ b/flake.lock @@ -0,0 +1,43 @@ +{ + "nodes": { + "nixCats": { + "locked": { + "lastModified": 1740837766, + "narHash": "sha256-LKeBL3gjm+Fg2yVDKqB2gIiVnccv4TSUtt5NmQcasrk=", + "owner": "BirdeeHub", + "repo": "nixCats-nvim", + "rev": "83264cfaf7d7438c52db28a95934d87ae45faaae", + "type": "github" + }, + "original": { + "owner": "BirdeeHub", + "repo": "nixCats-nvim", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1741037377, + "narHash": "sha256-SvtvVKHaUX4Owb+PasySwZsoc5VUeTf1px34BByiOxw=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "02032da4af073d0f6110540c8677f16d4be0117f", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixpkgs-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nixCats": "nixCats", + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |
