Compare commits

...

2 commits

Author SHA1 Message Date
b08d2ffe38
chore(deps): lock file maintenance
All checks were successful
/ check (push) Successful in 9s
/ check-renovaterc (push) Successful in 3s
/ build-packages (push) Successful in 14s
/ build-vm (push) Successful in 21s
/ report-size (push) Successful in 1m14s
2025-05-13 00:30:15 +02:00
c0ea237330
chore(flake): update nixvim
All checks were successful
/ check (push) Successful in 10s
/ check-renovaterc (push) Successful in 3s
/ build-packages (push) Successful in 14s
/ build-vm (push) Successful in 1s
/ report-size (push) Successful in 4s
Nixvim added a `systems` input which we override, also this commit has
the `hunk.nvim` plugin which we want.
2025-05-13 00:15:18 +02:00
2 changed files with 14 additions and 10 deletions

23
flake.lock generated
View file

@ -226,11 +226,11 @@
]
},
"locked": {
"lastModified": 1746171682,
"narHash": "sha256-EyXUNSa+H+YvGVuQJP1nZskXAowxKYp79RNUsNdQTj4=",
"lastModified": 1747020534,
"narHash": "sha256-D/6rkiC6w2p+4SwRiVKrWIeYzun8FBg7NlMKMwQMxO0=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "50eee705bbdbac942074a8c120e8194185633675",
"rev": "b4bbdc6fde16fc2051fcde232f6e288cd22007ca",
"type": "github"
},
"original": {
@ -303,11 +303,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1746810718,
"narHash": "sha256-VljtYzyttmvkWUKTVJVW93qAsJsrBbgAzy7DdnJaQfI=",
"lastModified": 1746957726,
"narHash": "sha256-k9ut1LSfHCr0AW82ttEQzXVCqmyWVA5+SHJkS5ID/Jo=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "0c0bf9c057382d5f6f63d54fd61f1abd5e1c2f63",
"rev": "a39ed32a651fdee6842ec930761e31d1f242cb94",
"type": "github"
},
"original": {
@ -339,14 +339,17 @@
"flake-parts"
],
"nixpkgs": "nixpkgs_2",
"nuschtosSearch": []
"nuschtosSearch": [],
"systems": [
"systems"
]
},
"locked": {
"lastModified": 1746965641,
"narHash": "sha256-6+Cn5aMDSWvsk4nOXmea3whAI4v+PjYaEpcDkTEAlXc=",
"lastModified": 1747083534,
"narHash": "sha256-r88FEbKX1HLTovPFt1QHxzZDV7D4TGHhYlJcHmK7hYk=",
"owner": "nix-community",
"repo": "nixvim",
"rev": "02a85bd29333ce9fbde0d2c57a2378f47205bb21",
"rev": "ff0ccdf572ad6700a2a29a82cc5d17db29708988",
"type": "github"
},
"original": {

View file

@ -39,6 +39,7 @@
url = "github:nix-community/nixvim";
inputs = {
flake-parts.follows = "flake-parts";
systems.follows = "systems";
# disable optional inputs
nuschtosSearch.follows = "";
};