update nvix target

This commit is contained in:
TheWanderingCrow 2025-01-15 20:28:36 -05:00
parent 20e4e87fb6
commit 208e5d1fb1
2 changed files with 7 additions and 7 deletions

12
flake.lock generated
View file

@ -289,15 +289,15 @@
"locked": {
"lastModified": 1731074697,
"narHash": "sha256-UUWprSht7l/TEt0RbyaOGWGUG6bFFs3oMYOjfIpHg6I=",
"ref": "refs/heads/main",
"owner": "TheWanderingCrow",
"repo": "nvix",
"rev": "2de249808d4402830ba8d97c8048c10af39d1730",
"revCount": 23,
"type": "git",
"url": "https://git.wanderingcrow.net/TheWanderingCrow/nvix"
"type": "github"
},
"original": {
"type": "git",
"url": "https://git.wanderingcrow.net/TheWanderingCrow/nvix"
"owner": "TheWanderingCrow",
"repo": "nvix",
"type": "github"
}
},
"nixvim_2": {

View file

@ -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 = "git+https://git.wanderingcrow.net/TheWanderingCrow/nvix";
nixvim.url = "github:TheWanderingCrow/nvix";
sops-nix.url = "github:Mic92/sops-nix";
nix-secrets.url = "git+ssh://git@github.com/TheWanderingCrow/nix-secrets";
};