1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-07 17:41:04 +01:00

flake.lock: Update

Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/9a7b80b6f82a71ea04270d7ba11b48855681c4b0?narHash=sha256-82L%2BEJU%2B40%2BFIdeG4gmUlOF1jeSwlf2AwMarrpdHF6o%3D' (2025-11-28)
  → 'github:NixOS/nixpkgs/ff06bd3398fb1bea6c937039ece7e7c8aa396ebf?narHash=sha256-8jemYbbW9EBttQKHep7Rj8kzXaxsrk/lACdXA2DN5Xk%3D' (2025-12-04)
This commit is contained in:
nixvim-ci[bot] 2025-12-06 12:51:41 +00:00
parent ed3c771ab2
commit 3754b7ebbc
2 changed files with 6 additions and 6 deletions

6
flake.lock generated
View file

@ -66,11 +66,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1764316264,
"narHash": "sha256-82L+EJU+40+FIdeG4gmUlOF1jeSwlf2AwMarrpdHF6o=",
"lastModified": 1764836381,
"narHash": "sha256-8jemYbbW9EBttQKHep7Rj8kzXaxsrk/lACdXA2DN5Xk=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "9a7b80b6f82a71ea04270d7ba11b48855681c4b0",
"rev": "ff06bd3398fb1bea6c937039ece7e7c8aa396ebf",
"type": "github"
},
"original": {

View file

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