mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-15 00:58:58 -05:00
update nvix target
This commit is contained in:
parent
20e4e87fb6
commit
208e5d1fb1
2 changed files with 7 additions and 7 deletions
12
flake.lock
generated
12
flake.lock
generated
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue