chore: remove unnecessary fenix flake follows for blink.cmp

This commit is contained in:
Youwen Wu 2024-10-27 17:19:10 -07:00
parent 84e47530c9
commit 37a828cb6a
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 10 additions and 19 deletions

View file

@ -2,9 +2,7 @@
"nodes": {
"blink-cmp": {
"inputs": {
"fenix": [
"fenix"
],
"fenix": "fenix",
"flake-parts": "flake-parts",
"nixpkgs": [
"nixpkgs"
@ -27,21 +25,21 @@
"fenix": {
"inputs": {
"nixpkgs": [
"blink-cmp",
"nixpkgs"
],
"rust-analyzer-src": "rust-analyzer-src"
},
"locked": {
"lastModified": 1729375072,
"narHash": "sha256-bRo4xVwUhvJ4Gz+OhWMREFMdBOYSw4Yi1Apj01ebbug=",
"owner": "andresilva",
"lastModified": 1730010749,
"narHash": "sha256-UBckyKItSD0z50+3YQOqfOuyvUI7UjPHiLbOPFUolqo=",
"owner": "nix-community",
"repo": "fenix",
"rev": "cd07a29ef62abc506e21bbd3a5ac04fb42553d49",
"rev": "5fa09829e74070c1e83b2aaa50b71bbc6da3f37c",
"type": "github"
},
"original": {
"owner": "andresilva",
"ref": "fix-platforms",
"owner": "nix-community",
"repo": "fenix",
"type": "github"
}
@ -142,7 +140,6 @@
"root": {
"inputs": {
"blink-cmp": "blink-cmp",
"fenix": "fenix",
"nixCats": "nixCats",
"nixpkgs": "nixpkgs",
"plugins-lsp-progress": "plugins-lsp-progress",
@ -152,11 +149,11 @@
"rust-analyzer-src": {
"flake": false,
"locked": {
"lastModified": 1729255720,
"narHash": "sha256-yODOuZxBkS0UfqMa6nmbqNbVfIbsu0tYLbV5vZzmsqI=",
"lastModified": 1729923686,
"narHash": "sha256-Tc+5E/UmjpXlYGQQ6X2nGDv6J6VQgZ+pVOJLcNCIVQc=",
"owner": "rust-lang",
"repo": "rust-analyzer",
"rev": "72b214fbfbe6f7b95a7877b962783bd42062cc0a",
"rev": "26d2fbaef2d68a2fccf55d725915188c2634439a",
"type": "github"
},
"original": {

View file

@ -8,12 +8,6 @@
blink-cmp = {
url = "github:Saghen/blink.cmp";
inputs.nixpkgs.follows = "nixpkgs";
inputs.fenix.follows = "fenix";
};
fenix = {
url = "github:andresilva/fenix/fix-platforms";
inputs.nixpkgs.follows = "nixpkgs";
};
plugins-typst-preview = {