From 495aec12e089f47ab3825b0b4dc69e6ee4fb7323 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 25 Mar 2025 09:09:07 +0100 Subject: [PATCH] TEST --- flake.lock | 12 ++++++------ flake.nix | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index f25b029d22..7bb09e80f6 100644 --- a/flake.lock +++ b/flake.lock @@ -66,16 +66,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1742707865, - "narHash": "sha256-RVQQZy38O3Zb8yoRJhuFgWo/iDIDj0hEdRTVfhOtzRk=", - "owner": "NixOS", + "lastModified": 1742870943, + "narHash": "sha256-d8urpZlM0SJ7mcn57YsBcY+/6MwS+qb5SJV2YLQ5b/0=", + "owner": "khaneliman", "repo": "nixpkgs", - "rev": "dd613136ee91f67e5dba3f3f41ac99ae89c5406b", + "rev": "018224c474150264706f230acc40a213b8e607fa", "type": "github" }, "original": { - "owner": "NixOS", - "ref": "nixpkgs-unstable", + "owner": "khaneliman", + "ref": "vim-refactor", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 2b2435c3fd..21f16aec0b 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "A neovim configuration system for NixOS"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; + nixpkgs.url = "github:khaneliman/nixpkgs/vim-refactor"; flake-parts = { url = "github:hercules-ci/flake-parts";