diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-01-20 23:16:09 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-01-20 23:16:09 +0100 |
| commit | 12853cc7ac88fa7002ee1d21762582dec9adb727 (patch) | |
| tree | bf76d1ee5782bee0c18d6bea5516e7132098c0d5 | |
| parent | 0dd2d1f0653f1f7d0f7cb308c82ba4ca1971555d (diff) | |
fix nixvim
| -rw-r--r-- | flake.lock | 21 | ||||
| -rw-r--r-- | flake.nix | 2 |
2 files changed, 13 insertions, 10 deletions
@@ -151,15 +151,16 @@ ] }, "locked": { - "lastModified": 1737075266, - "narHash": "sha256-u1gk5I1an975FOAMMdS6oBKnSIsZza5ZKhaeBZAskVo=", + "lastModified": 1736373539, + "narHash": "sha256-dinzAqCjenWDxuy+MqUQq0I4zUSfaCvN9rzuCmgMZJY=", "owner": "nix-community", "repo": "home-manager", - "rev": "12851ae7467bad8ef422b20806ab4d6d81e12d29", + "rev": "bd65bc3cde04c16755955630b344bc9e35272c56", "type": "github" }, "original": { "owner": "nix-community", + "ref": "release-24.11", "repo": "home-manager", "type": "github" } @@ -200,15 +201,16 @@ ] }, "locked": { - "lastModified": 1736819234, - "narHash": "sha256-deQVtIH4UJueELJqluAICUtX7OosD9paTP+5FgbiSwI=", + "lastModified": 1736820923, + "narHash": "sha256-SDuKLOWAh8VJRXlNWQn9QE99bjeEUAAbYXqrKGbsiyk=", "owner": "lnl7", "repo": "nix-darwin", - "rev": "bd921223ba7cdac346477d7ea5204d6f4736fcc6", + "rev": "944c2b181792ae7ae6b20c0df3f44879c11706c9", "type": "github" }, "original": { "owner": "lnl7", + "ref": "nix-darwin-24.11", "repo": "nix-darwin", "type": "github" } @@ -260,15 +262,16 @@ "treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1737385899, - "narHash": "sha256-/zyvdstDpPhc5lhFMtKgyQdU2oXGXDb0cg4BY91NKvg=", + "lastModified": 1737283156, + "narHash": "sha256-FyHmM6vvz+UxCrPZo/poIaZBZejLHVKkAH4cjtUxZDA=", "owner": "nix-community", "repo": "nixvim", - "rev": "115994f18e439a1cca9cdaaf15c004870256814d", + "rev": "abcbd250b8a2c7aab1f4b2b9e01598ee24b42337", "type": "github" }, "original": { "owner": "nix-community", + "ref": "nixos-24.11", "repo": "nixvim", "type": "github" } @@ -9,7 +9,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; nixvim = { - url = "github:/nix-community/nixvim"; + url = "github:/nix-community/nixvim/nixos-24.11"; inputs.nixpkgs.follows = "nixpkgs-unstable"; }; webtray = { |