fix: use nixpkgs unstable for nixvim
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
872749f87f
commit
25f551d0fe
2 changed files with 6 additions and 6 deletions
10
flake.lock
generated
10
flake.lock
generated
|
|
@ -585,17 +585,17 @@
|
|||
"inputs": {
|
||||
"flake-parts": "flake-parts",
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
"nixpkgs-unstable"
|
||||
],
|
||||
"nixvim": "nixvim_2",
|
||||
"pre-commit-hooks": "pre-commit-hooks"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1759221423,
|
||||
"narHash": "sha256-m1s5ZfzOHOP3KkLQohmmsfN5A933LyhmnczZvnxGuDI=",
|
||||
"lastModified": 1759221889,
|
||||
"narHash": "sha256-aDvG3/FelffBb1S1mAwQM7akabYImz5rXa1+0G5ZPyw=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "3bdc5183e2371c5843b673a88f904b323906f7ec",
|
||||
"revCount": 172,
|
||||
"rev": "95424b40212ce29d09708296823efbdec610fe89",
|
||||
"revCount": 173,
|
||||
"type": "git",
|
||||
"url": "https://git.escapeangle.com/lander/nixvim.git"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@
|
|||
# neovim
|
||||
nixvim = {
|
||||
url = "git+https://git.escapeangle.com/lander/nixvim.git";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||
};
|
||||
|
||||
# mailserver
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue