fix: unfollow viminal2 nixpkgs

This commit is contained in:
Youwen Wu 2024-12-29 05:16:36 -08:00
parent 62b1e4b320
commit 9ef785c823
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 18 additions and 4 deletions

View file

@ -676,6 +676,22 @@
"type": "github"
}
},
"nixpkgs_3": {
"locked": {
"lastModified": 1735523292,
"narHash": "sha256-opBsbR/nrGxiiF6XzlVluiHYb6yN/hEwv+lBWTy9xoM=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "6d97d419e5a9b36e6293887a89a078cf85f5a61b",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"plugins-blink-ripgrep": {
"flake": false,
"locked": {
@ -1054,9 +1070,7 @@
"viminal": {
"inputs": {
"nixCats": "nixCats",
"nixpkgs": [
"nixpkgs"
],
"nixpkgs": "nixpkgs_3",
"plugins-blink-ripgrep": "plugins-blink-ripgrep",
"plugins-pomo-nvim": "plugins-pomo-nvim"
},

View file

@ -66,7 +66,7 @@
viminal = {
url = "git+https://code.youwen.dev/youwen5/viminal2";
inputs.nixpkgs.follows = "nixpkgs";
# inputs.nixpkgs.follows = "nixpkgs";
};
vesktop-bin = {