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/c58bc7f5459328e4afac201c5c4feb7c818d604b?narHash=sha256-1jQnuyu82FpiSxowrF/iFK6Toh9BYprfDqfs4BB%2B19M%3D' (2025-11-20)
  → 'github:NixOS/nixpkgs/9a7b80b6f82a71ea04270d7ba11b48855681c4b0?narHash=sha256-82L%2BEJU%2B40%2BFIdeG4gmUlOF1jeSwlf2AwMarrpdHF6o%3D' (2025-11-28)
This commit is contained in:
nixvim-ci[bot] 2025-11-29 12:51:10 +00:00 committed by Gaétan Lepage
parent 370eb3d692
commit 94fd57e7b6
2 changed files with 9 additions and 4 deletions

6
flake.lock generated
View file

@ -66,11 +66,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1763622513,
"narHash": "sha256-1jQnuyu82FpiSxowrF/iFK6Toh9BYprfDqfs4BB+19M=",
"lastModified": 1764316264,
"narHash": "sha256-82L+EJU+40+FIdeG4gmUlOF1jeSwlf2AwMarrpdHF6o=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "c58bc7f5459328e4afac201c5c4feb7c818d604b",
"rev": "9a7b80b6f82a71ea04270d7ba11b48855681c4b0",
"type": "github"
},
"original": {

View file

@ -1,6 +1,6 @@
# DO NOT MODIFY!
# This file was generated by update-scripts/version-info/default.nix
nixpkgs_rev = "c58bc7f5459328e4afac201c5c4feb7c818d604b"
nixpkgs_rev = "9a7b80b6f82a71ea04270d7ba11b48855681c4b0"
release = "25.05"
unstable = false
@ -10,6 +10,11 @@ channel = "nixos-25.05"
status = "stable"
[versions."25.11"]
branch = "nixos-25.11"
channel = "nixos-25.11"
status = "beta"
[versions."26.05"]
branch = "main"
channel = "nixpkgs-unstable"
status = "rolling"