1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-05 16:41:06 +01:00

flake: Update

flake.lock updates:
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/0d59e0290eefe0f12512043842d7096c4070f30e?narHash=sha256-Z63xl5Scj3Y/zRBPAWq1eT68n2wBWGCIEF4waZ0bQBE%3D' (2025-11-27)
  → 'github:NixOS/nixpkgs/8c29968b3a942f2903f90797f9623737c215737c?narHash=sha256-yU9BNcP0oadUKupw0UKmO9BKDOVIg9NStdJosEbXf8U%3D' (2025-12-01)

flake/dev/flake.lock updates:
• Updated input 'dev-nixpkgs':
    'github:NixOS/nixpkgs/0d59e0290eefe0f12512043842d7096c4070f30e?narHash=sha256-Z63xl5Scj3Y/zRBPAWq1eT68n2wBWGCIEF4waZ0bQBE%3D' (2025-11-27)
  → 'github:NixOS/nixpkgs/8c29968b3a942f2903f90797f9623737c215737c?narHash=sha256-yU9BNcP0oadUKupw0UKmO9BKDOVIg9NStdJosEbXf8U%3D' (2025-12-01)
• Updated input 'home-manager':
    'github:nix-community/home-manager/86ff0ef506c209bb397849706e85cc3a913cb577?narHash=sha256-bO7FN/bF6gG7TlZpKAZjO3VvfsLaPFkefeUfJJ7F/7w%3D' (2025-11-28)
  → 'github:nix-community/home-manager/ff067cfc619fdf6f82d50344e7d19ff2323f0827?narHash=sha256-S41K55kw%2BhWgDfgKmZ9/fMZ3F0BQDMvqFfE120fMHeE%3D' (2025-12-02)
This commit is contained in:
nixvim-ci[bot] 2025-12-02 12:19:47 +00:00 committed by Gaétan Lepage
parent b0f3a36596
commit d4ed84e89a
3 changed files with 12 additions and 12 deletions

6
flake.lock generated
View file

@ -66,11 +66,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1764230294, "lastModified": 1764611609,
"narHash": "sha256-Z63xl5Scj3Y/zRBPAWq1eT68n2wBWGCIEF4waZ0bQBE=", "narHash": "sha256-yU9BNcP0oadUKupw0UKmO9BKDOVIg9NStdJosEbXf8U=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "0d59e0290eefe0f12512043842d7096c4070f30e", "rev": "8c29968b3a942f2903f90797f9623737c215737c",
"type": "github" "type": "github"
}, },
"original": { "original": {

12
flake/dev/flake.lock generated
View file

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"dev-nixpkgs": { "dev-nixpkgs": {
"locked": { "locked": {
"lastModified": 1764230294, "lastModified": 1764611609,
"narHash": "sha256-Z63xl5Scj3Y/zRBPAWq1eT68n2wBWGCIEF4waZ0bQBE=", "narHash": "sha256-yU9BNcP0oadUKupw0UKmO9BKDOVIg9NStdJosEbXf8U=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "0d59e0290eefe0f12512043842d7096c4070f30e", "rev": "8c29968b3a942f2903f90797f9623737c215737c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -104,11 +104,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1764304195, "lastModified": 1764636297,
"narHash": "sha256-bO7FN/bF6gG7TlZpKAZjO3VvfsLaPFkefeUfJJ7F/7w=", "narHash": "sha256-S41K55kw+hWgDfgKmZ9/fMZ3F0BQDMvqFfE120fMHeE=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "86ff0ef506c209bb397849706e85cc3a913cb577", "rev": "ff067cfc619fdf6f82d50344e7d19ff2323f0827",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -1,18 +1,18 @@
# 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 = "0d59e0290eefe0f12512043842d7096c4070f30e" nixpkgs_rev = "8c29968b3a942f2903f90797f9623737c215737c"
release = "26.05" release = "26.05"
unstable = true unstable = true
[versions."25.05"] [versions."25.05"]
branch = "nixos-25.05" branch = "nixos-25.05"
channel = "nixos-25.05" channel = "nixos-25.05"
status = "stable" status = "deprecated"
[versions."25.11"] [versions."25.11"]
branch = "nixos-25.11" branch = "nixos-25.11"
channel = "nixos-25.11" channel = "nixos-25.11"
status = "beta" status = "stable"
[versions."26.05"] [versions."26.05"]
branch = "main" branch = "main"