flake: update inputs
This commit is contained in:
parent
49552e5372
commit
ef6d5a5145
2 changed files with 14 additions and 14 deletions
18
flake.lock
18
flake.lock
|
@ -384,11 +384,11 @@
|
|||
"treefmt-nix": "treefmt-nix"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1735431819,
|
||||
"narHash": "sha256-1Mhdqza7WIdExqoeVWOLOZKM0qd/0mv137ScLrsk73A=",
|
||||
"lastModified": 1735463474,
|
||||
"narHash": "sha256-QTw0q1dJnoFygq9aiwjrXsX5cZEwruVzPz3VKg8KemQ=",
|
||||
"owner": "nix-community",
|
||||
"repo": "neovim-nightly-overlay",
|
||||
"rev": "7f5ed8f34dbb092799ac490d1235be0513646dba",
|
||||
"rev": "3d6e49088eae842b6c0556fba66cfb14123f0d59",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -444,11 +444,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1735427049,
|
||||
"narHash": "sha256-rTpBl3xmKYDQTRWF8CRk/r1FoKPDVwqLHGoU7tfECvY=",
|
||||
"lastModified": 1735470496,
|
||||
"narHash": "sha256-Kx2ungOLiOXw+A/GDeeWGF91pu4Pxtf51A9VTJQKG1U=",
|
||||
"owner": "lnl7",
|
||||
"repo": "nix-darwin",
|
||||
"rev": "53a0c2fe6ed46ab33fc4a221c9f907a7b4c8a91c",
|
||||
"rev": "713da7b75b9ed86b1aeef25981dc73f99ea0477f",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -497,11 +497,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1735400960,
|
||||
"narHash": "sha256-gNTsfgFLQsSv7RnqDjpw5BXj0HrDwo3UC8q63Ku2Dso=",
|
||||
"lastModified": 1735444284,
|
||||
"narHash": "sha256-U0Vw+ZrjbfvmHqeyJKM7lXZWUXIYdaOa32VtNKkfKo8=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "eda595acd85d7c8607994d3517a92fcb9211a5cd",
|
||||
"rev": "cf802984d6b41ea45044455724d5835a4f5fcf81",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -266,11 +266,11 @@ in
|
|||
type = "fennel";
|
||||
}
|
||||
|
||||
# {
|
||||
# plugin = vimPlugins.gitsigns-nvim;
|
||||
# config = builtins.readFile ../../config/nvim/plugins/gitsigns.fnl;
|
||||
# type = "fennel";
|
||||
# }
|
||||
{
|
||||
plugin = vimPlugins.gitsigns-nvim;
|
||||
config = builtins.readFile ../../config/nvim/plugins/gitsigns.fnl;
|
||||
type = "fennel";
|
||||
}
|
||||
|
||||
{
|
||||
plugin = vimPlugins.diffview-nvim;
|
||||
|
|
Loading…
Reference in a new issue