From 52a6972c8825a99e0c4bb2403c59e0b690a25dca Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Josh)" Date: Tue, 14 May 2024 17:36:05 -0500 Subject: [PATCH] update nvim flake --- flake.lock | 7 +++---- flake.nix | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index f2fca48..50ddd39 100644 --- a/flake.lock +++ b/flake.lock @@ -232,16 +232,15 @@ "rust-overlay": "rust-overlay_2" }, "locked": { - "lastModified": 1715614284, - "narHash": "sha256-L62xtqhJiFCcCKRIH+4j83vrgI2AcjQdHYDgEBrqLx8=", + "lastModified": 1715726079, + "narHash": "sha256-+9zbpzvEqUI9Df9J455Y4GpOSXYnRUbZjj/Xz3d/igs=", "owner": "RingOfStorms", "repo": "nvim", - "rev": "9bce2b0d423168b24bc4e855f55a9bd490f6fb79", + "rev": "6e4bfa21e24ae2e1054bad158288e55aa28c46e6", "type": "github" }, "original": { "owner": "RingOfStorms", - "ref": "nix-flake", "repo": "nvim", "type": "github" } diff --git a/flake.nix b/flake.nix index 0d9e4da..d41deb4 100644 --- a/flake.nix +++ b/flake.nix @@ -22,7 +22,7 @@ nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; ringofstorms-nvim = { - url = "github:RingOfStorms/nvim/nix-flake"; + url = "github:RingOfStorms/nvim"; inputs.nixpkgs.follows = "nixpkgs"; }; };