nix: update flake lock
This commit is contained in:
parent
52bc80c387
commit
485de3b220
1 changed files with 25 additions and 7 deletions
32
flake.lock
32
flake.lock
|
@ -60,11 +60,11 @@
|
||||||
"utils": "utils"
|
"utils": "utils"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1663328500,
|
"lastModified": 1663629861,
|
||||||
"narHash": "sha256-7n+J/exp8ky4dmk02y5a9R7CGmJvHpzrHMzfEkMtSWA=",
|
"narHash": "sha256-CjfQUyPfG/hkE4jnMcTvVJ0ubc84u8ySruZL+emXMjw=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "5427f3d1f0ea4357cd4af0bffee7248d640c6ffc",
|
"rev": "41790ba656bafc023f48ccdbbe7816d30fd52d76",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -97,16 +97,17 @@
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
"nixpkgs"
|
"nixpkgs"
|
||||||
],
|
],
|
||||||
|
"nvim-tree-lua": "nvim-tree-lua",
|
||||||
"tabby-nvim": "tabby-nvim",
|
"tabby-nvim": "tabby-nvim",
|
||||||
"telescope-live-grep-args-nvim": "telescope-live-grep-args-nvim",
|
"telescope-live-grep-args-nvim": "telescope-live-grep-args-nvim",
|
||||||
"utils": "utils_2"
|
"utils": "utils_2"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1663654859,
|
"lastModified": 1663737831,
|
||||||
"narHash": "sha256-BqiZiS84tCDX2o7oOUrdECNzb/XGblEpZnFdkV8ovsw=",
|
"narHash": "sha256-l5IDGGz1BXkma0HaH1utqIMMf59Y5SX908ILeIAxZtc=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "3a3ad592611915df59382d5cbd64e7eb75e035ba",
|
"rev": "8fbfb97b9d5f0891f43fc587e9195149051191ca",
|
||||||
"revCount": 30,
|
"revCount": 31,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.pleshevski.ru/mynix/neovim"
|
"url": "https://git.pleshevski.ru/mynix/neovim"
|
||||||
},
|
},
|
||||||
|
@ -154,6 +155,23 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"nvim-tree-lua": {
|
||||||
|
"flake": false,
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1663635041,
|
||||||
|
"narHash": "sha256-5n8dAMHWImhgtVjXic8wnV33l7VWLzRXM0W22Uk76vo=",
|
||||||
|
"owner": "kyazdani42",
|
||||||
|
"repo": "nvim-tree.lua",
|
||||||
|
"rev": "f6ce6e59625947fc9192f3dc40c25519cf29b137",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "kyazdani42",
|
||||||
|
"ref": "1553-wrong-align-on-open-dir",
|
||||||
|
"repo": "nvim-tree.lua",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
"root": {
|
"root": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"dedsec-grub-theme": "dedsec-grub-theme",
|
"dedsec-grub-theme": "dedsec-grub-theme",
|
||||||
|
|
Loading…
Reference in a new issue