it was weird having the repo called nvix and the input called nixvim

This commit is contained in:
TheWanderingCrow 2025-01-31 09:54:38 -05:00
parent 083c975462
commit 966d83d125
3 changed files with 25 additions and 25 deletions

46
flake.lock generated
View file

@ -74,12 +74,12 @@
"nil": { "nil": {
"inputs": { "inputs": {
"flake-utils": [ "flake-utils": [
"nixvim", "nvix",
"nvf", "nvf",
"flake-utils" "flake-utils"
], ],
"nixpkgs": [ "nixpkgs": [
"nixvim", "nvix",
"nvf", "nvf",
"nixpkgs" "nixpkgs"
], ],
@ -190,25 +190,6 @@
"type": "github" "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": { "nmd": {
"flake": false, "flake": false,
"locked": { "locked": {
@ -415,6 +396,25 @@
"type": "github" "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": { "plugin-aerial-nvim": {
"flake": false, "flake": false,
"locked": { "locked": {
@ -3078,14 +3078,14 @@
"home-manager": "home-manager", "home-manager": "home-manager",
"nix-secrets": "nix-secrets", "nix-secrets": "nix-secrets",
"nixpkgs": "nixpkgs", "nixpkgs": "nixpkgs",
"nixvim": "nixvim", "nvix": "nvix",
"sops-nix": "sops-nix" "sops-nix": "sops-nix"
} }
}, },
"rust-overlay": { "rust-overlay": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
"nixvim", "nvix",
"nvf", "nvf",
"nil", "nil",
"nixpkgs" "nixpkgs"

View file

@ -5,7 +5,7 @@
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
home-manager.url = "github:nix-community/home-manager"; home-manager.url = "github:nix-community/home-manager";
home-manager.inputs.nixpkgs.follows = "nixpkgs"; home-manager.inputs.nixpkgs.follows = "nixpkgs";
nixvim.url = "github:TheWanderingCrow/nvix"; nvix.url = "github:TheWanderingCrow/nvix";
sops-nix.url = "github:Mic92/sops-nix"; sops-nix.url = "github:Mic92/sops-nix";
nix-secrets.url = "git+ssh://git@github.com/TheWanderingCrow/nix-secrets"; nix-secrets.url = "git+ssh://git@github.com/TheWanderingCrow/nix-secrets";
}; };

View file

@ -65,7 +65,7 @@
++ ( ++ (
if config.module.programming.enable if config.module.programming.enable
then [ then [
inputs.nixvim.packages.${pkgs.system}.default inputs.nvix.packages.${pkgs.system}.default
lua lua
libgcc libgcc
php83 php83