chore: remove unnecessary fenix flake follows for blink.cmp
This commit is contained in:
parent
84e47530c9
commit
37a828cb6a
2 changed files with 10 additions and 19 deletions
23
flake.lock
23
flake.lock
|
@ -2,9 +2,7 @@
|
||||||
"nodes": {
|
"nodes": {
|
||||||
"blink-cmp": {
|
"blink-cmp": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"fenix": [
|
"fenix": "fenix",
|
||||||
"fenix"
|
|
||||||
],
|
|
||||||
"flake-parts": "flake-parts",
|
"flake-parts": "flake-parts",
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
"nixpkgs"
|
"nixpkgs"
|
||||||
|
@ -27,21 +25,21 @@
|
||||||
"fenix": {
|
"fenix": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
|
"blink-cmp",
|
||||||
"nixpkgs"
|
"nixpkgs"
|
||||||
],
|
],
|
||||||
"rust-analyzer-src": "rust-analyzer-src"
|
"rust-analyzer-src": "rust-analyzer-src"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1729375072,
|
"lastModified": 1730010749,
|
||||||
"narHash": "sha256-bRo4xVwUhvJ4Gz+OhWMREFMdBOYSw4Yi1Apj01ebbug=",
|
"narHash": "sha256-UBckyKItSD0z50+3YQOqfOuyvUI7UjPHiLbOPFUolqo=",
|
||||||
"owner": "andresilva",
|
"owner": "nix-community",
|
||||||
"repo": "fenix",
|
"repo": "fenix",
|
||||||
"rev": "cd07a29ef62abc506e21bbd3a5ac04fb42553d49",
|
"rev": "5fa09829e74070c1e83b2aaa50b71bbc6da3f37c",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "andresilva",
|
"owner": "nix-community",
|
||||||
"ref": "fix-platforms",
|
|
||||||
"repo": "fenix",
|
"repo": "fenix",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
@ -142,7 +140,6 @@
|
||||||
"root": {
|
"root": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"blink-cmp": "blink-cmp",
|
"blink-cmp": "blink-cmp",
|
||||||
"fenix": "fenix",
|
|
||||||
"nixCats": "nixCats",
|
"nixCats": "nixCats",
|
||||||
"nixpkgs": "nixpkgs",
|
"nixpkgs": "nixpkgs",
|
||||||
"plugins-lsp-progress": "plugins-lsp-progress",
|
"plugins-lsp-progress": "plugins-lsp-progress",
|
||||||
|
@ -152,11 +149,11 @@
|
||||||
"rust-analyzer-src": {
|
"rust-analyzer-src": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1729255720,
|
"lastModified": 1729923686,
|
||||||
"narHash": "sha256-yODOuZxBkS0UfqMa6nmbqNbVfIbsu0tYLbV5vZzmsqI=",
|
"narHash": "sha256-Tc+5E/UmjpXlYGQQ6X2nGDv6J6VQgZ+pVOJLcNCIVQc=",
|
||||||
"owner": "rust-lang",
|
"owner": "rust-lang",
|
||||||
"repo": "rust-analyzer",
|
"repo": "rust-analyzer",
|
||||||
"rev": "72b214fbfbe6f7b95a7877b962783bd42062cc0a",
|
"rev": "26d2fbaef2d68a2fccf55d725915188c2634439a",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -8,12 +8,6 @@
|
||||||
blink-cmp = {
|
blink-cmp = {
|
||||||
url = "github:Saghen/blink.cmp";
|
url = "github:Saghen/blink.cmp";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
inputs.fenix.follows = "fenix";
|
|
||||||
};
|
|
||||||
|
|
||||||
fenix = {
|
|
||||||
url = "github:andresilva/fenix/fix-platforms";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
plugins-typst-preview = {
|
plugins-typst-preview = {
|
||||||
|
|
Loading…
Reference in a new issue