From 6eb6bb110685cb143e79d1121a5bf527a69c381e Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Tue, 17 Jun 2025 14:26:31 +0800 Subject: [PATCH] build(flake.lock): update flake inputs to reflect nvf repo changes --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 7214994..f7a3a92 100644 --- a/flake.lock +++ b/flake.lock @@ -474,16 +474,16 @@ ] }, "locked": { - "lastModified": 1750138565, - "narHash": "sha256-rewitXfshw4O6U9Yeasz4TjBbIUE3zdNMimc8TYtnSg=", + "lastModified": 1750141234, + "narHash": "sha256-fyRNZO8hxy8arbAK3UPzDQRDLAy9RH4Q5EC31AKfYjM=", "owner": "rrvsh", "repo": "nvf", - "rev": "2c74994c5c5da1f363e67bc9ecad7e73c48d2208", + "rev": "17cdfca39490b953fc451a7553a5b6589e290614", "type": "github" }, "original": { "owner": "rrvsh", - "ref": "luasnip-customsnippets-stg", + "ref": "luasnip-customsnippets", "repo": "nvf", "type": "github" } diff --git a/flake.nix b/flake.nix index 42a60a2..aa50b5c 100644 --- a/flake.nix +++ b/flake.nix @@ -31,7 +31,7 @@ nvf.inputs.nil.follows = "nil"; nvf.inputs.nixpkgs.follows = "nixpkgs"; nvf.inputs.systems.follows = "systems"; - nvf.url = "github:rrvsh/nvf/luasnip-customsnippets-stg"; + nvf.url = "github:rrvsh/nvf/luasnip-customsnippets"; python-flexseal.inputs.flake-utils.follows = "flake-utils"; python-flexseal.inputs.nixpkgs.follows = "nixpkgs"; python-flexseal.url = "github:Janrupf/python-flexseal";