1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-30 22:21:04 +01:00

flake.lock: Update

Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/a8d610af3f1a5fb71e23e08434d8d61a466fc942?narHash=sha256-v5afmLjn/uyD9EQuPBn7nZuaZVV9r%2BJerayK/4wvdWA%3D' (2025-11-20)
  → 'github:NixOS/nixpkgs/0d59e0290eefe0f12512043842d7096c4070f30e?narHash=sha256-Z63xl5Scj3Y/zRBPAWq1eT68n2wBWGCIEF4waZ0bQBE%3D' (2025-11-27)
This commit is contained in:
nixvim-ci[bot] 2025-11-28 12:17:46 +00:00 committed by Gaétan Lepage
parent f1e07ba53a
commit d0a13027b3
2 changed files with 10 additions and 5 deletions

6
flake.lock generated
View file

@ -66,11 +66,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1763618868, "lastModified": 1764230294,
"narHash": "sha256-v5afmLjn/uyD9EQuPBn7nZuaZVV9r+JerayK/4wvdWA=", "narHash": "sha256-Z63xl5Scj3Y/zRBPAWq1eT68n2wBWGCIEF4waZ0bQBE=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "a8d610af3f1a5fb71e23e08434d8d61a466fc942", "rev": "0d59e0290eefe0f12512043842d7096c4070f30e",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -1,7 +1,7 @@
# DO NOT MODIFY! # DO NOT MODIFY!
# This file was generated by ci/version-info/default.nix # This file was generated by ci/version-info/default.nix
nixpkgs_rev = "a8d610af3f1a5fb71e23e08434d8d61a466fc942" nixpkgs_rev = "0d59e0290eefe0f12512043842d7096c4070f30e"
release = "25.11" release = "26.05"
unstable = true unstable = true
[versions."25.05"] [versions."25.05"]
@ -10,6 +10,11 @@ channel = "nixos-25.05"
status = "stable" status = "stable"
[versions."25.11"] [versions."25.11"]
branch = "nixos-25.11"
channel = "nixos-25.11"
status = "beta"
[versions."26.05"]
branch = "main" branch = "main"
channel = "nixpkgs-unstable" channel = "nixpkgs-unstable"
status = "rolling" status = "rolling"