From 966d83d1251ecae292b2463c77ad5d7d8eaa05ca Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Fri, 31 Jan 2025 09:54:38 -0500 Subject: [PATCH] it was weird having the repo called nvix and the input called nixvim --- flake.lock | 46 +++++++++++++++++------------------ flake.nix | 2 +- modules/software/programs.nix | 2 +- 3 files changed, 25 insertions(+), 25 deletions(-) diff --git a/flake.lock b/flake.lock index 0636d6d..4eb840b 100644 --- a/flake.lock +++ b/flake.lock @@ -74,12 +74,12 @@ "nil": { "inputs": { "flake-utils": [ - "nixvim", + "nvix", "nvf", "flake-utils" ], "nixpkgs": [ - "nixvim", + "nvix", "nvf", "nixpkgs" ], @@ -190,25 +190,6 @@ "type": "github" } }, - "nixvim": { - "inputs": { - "nixpkgs": "nixpkgs_2", - "nvf": "nvf" - }, - "locked": { - "lastModified": 1738334840, - "narHash": "sha256-lerAHv5LTvuy3Tj7FKA4sLm5q1/4q4iwsXy2OPMXVYY=", - "owner": "TheWanderingCrow", - "repo": "nvix", - "rev": "0856f3ca4779c8edeaa1a0d5f8b3e0c7eef4c490", - "type": "github" - }, - "original": { - "owner": "TheWanderingCrow", - "repo": "nvix", - "type": "github" - } - }, "nmd": { "flake": false, "locked": { @@ -415,6 +396,25 @@ "type": "github" } }, + "nvix": { + "inputs": { + "nixpkgs": "nixpkgs_2", + "nvf": "nvf" + }, + "locked": { + "lastModified": 1738334840, + "narHash": "sha256-lerAHv5LTvuy3Tj7FKA4sLm5q1/4q4iwsXy2OPMXVYY=", + "owner": "TheWanderingCrow", + "repo": "nvix", + "rev": "0856f3ca4779c8edeaa1a0d5f8b3e0c7eef4c490", + "type": "github" + }, + "original": { + "owner": "TheWanderingCrow", + "repo": "nvix", + "type": "github" + } + }, "plugin-aerial-nvim": { "flake": false, "locked": { @@ -3078,14 +3078,14 @@ "home-manager": "home-manager", "nix-secrets": "nix-secrets", "nixpkgs": "nixpkgs", - "nixvim": "nixvim", + "nvix": "nvix", "sops-nix": "sops-nix" } }, "rust-overlay": { "inputs": { "nixpkgs": [ - "nixvim", + "nvix", "nvf", "nil", "nixpkgs" diff --git a/flake.nix b/flake.nix index 4dbeeae..0eef901 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,7 @@ nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; home-manager.url = "github:nix-community/home-manager"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; - nixvim.url = "github:TheWanderingCrow/nvix"; + nvix.url = "github:TheWanderingCrow/nvix"; sops-nix.url = "github:Mic92/sops-nix"; nix-secrets.url = "git+ssh://git@github.com/TheWanderingCrow/nix-secrets"; }; diff --git a/modules/software/programs.nix b/modules/software/programs.nix index 46c8b03..cb948e9 100644 --- a/modules/software/programs.nix +++ b/modules/software/programs.nix @@ -65,7 +65,7 @@ ++ ( if config.module.programming.enable then [ - inputs.nixvim.packages.${pkgs.system}.default + inputs.nvix.packages.${pkgs.system}.default lua libgcc php83