fix: temporarily override fenix with patched ver while awaiting upstream
This commit is contained in:
parent
526d10740f
commit
84ffdb8380
2 changed files with 19 additions and 10 deletions
23
flake.lock
23
flake.lock
|
@ -3,7 +3,9 @@
|
||||||
"blink-cmp": {
|
"blink-cmp": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"devenv": "devenv",
|
"devenv": "devenv",
|
||||||
"fenix": "fenix",
|
"fenix": [
|
||||||
|
"fenix"
|
||||||
|
],
|
||||||
"flake-parts": "flake-parts_2",
|
"flake-parts": "flake-parts_2",
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
"nixpkgs"
|
"nixpkgs"
|
||||||
|
@ -194,21 +196,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": 1728196311,
|
"lastModified": 1729101030,
|
||||||
"narHash": "sha256-JoDDlmjPj0sGo1beOo3bRh7BDppm0Kuet7I7BqTmSl4=",
|
"narHash": "sha256-9HapI5PEBLFpJBN26kR2HbeI9q07gJk3v91EyLB9ZBI=",
|
||||||
"owner": "nix-community",
|
"owner": "andresilva",
|
||||||
"repo": "fenix",
|
"repo": "fenix",
|
||||||
"rev": "26971356e387b5ec0578f52be1bbd82ecf6dbad4",
|
"rev": "3b3764c5420d037b7910443af048045ca6907b08",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "nix-community",
|
"owner": "andresilva",
|
||||||
|
"ref": "fix-platforms",
|
||||||
"repo": "fenix",
|
"repo": "fenix",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
@ -781,6 +783,7 @@
|
||||||
"root": {
|
"root": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"blink-cmp": "blink-cmp",
|
"blink-cmp": "blink-cmp",
|
||||||
|
"fenix": "fenix",
|
||||||
"nixCats": "nixCats",
|
"nixCats": "nixCats",
|
||||||
"nixpkgs": "nixpkgs_4",
|
"nixpkgs": "nixpkgs_4",
|
||||||
"plugins-lsp-progress": "plugins-lsp-progress",
|
"plugins-lsp-progress": "plugins-lsp-progress",
|
||||||
|
@ -790,11 +793,11 @@
|
||||||
"rust-analyzer-src": {
|
"rust-analyzer-src": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1728064742,
|
"lastModified": 1728921748,
|
||||||
"narHash": "sha256-tFvUGvqUZjES1yxYT2zEFiTAE0iQKYd+eWKX/6ZqeVw=",
|
"narHash": "sha256-BOCZ5osPOMh2BPHnkK4sVdTGj7sn47rBn1nxjrzWe5U=",
|
||||||
"owner": "rust-lang",
|
"owner": "rust-lang",
|
||||||
"repo": "rust-analyzer",
|
"repo": "rust-analyzer",
|
||||||
"rev": "5982d9c420d0dc90739171829f0d2e9c80d98979",
|
"rev": "0319586ef2a2636f6d6b891690b7ebebf4337c85",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -8,6 +8,12 @@
|
||||||
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