Compare commits
No commits in common. "84ffdb8380434a7ff5cf45ddefc4d8c1d6fe1540" and "a1c2f6709ae2d00ba7a6508d87326c5562b43050" have entirely different histories.
84ffdb8380
...
a1c2f6709a
2 changed files with 16 additions and 25 deletions
35
flake.lock
35
flake.lock
|
@ -3,9 +3,7 @@
|
|||
"blink-cmp": {
|
||||
"inputs": {
|
||||
"devenv": "devenv",
|
||||
"fenix": [
|
||||
"fenix"
|
||||
],
|
||||
"fenix": "fenix",
|
||||
"flake-parts": "flake-parts_2",
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
|
@ -196,21 +194,21 @@
|
|||
"fenix": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
"blink-cmp",
|
||||
"nixpkgs"
|
||||
],
|
||||
"rust-analyzer-src": "rust-analyzer-src"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1729101030,
|
||||
"narHash": "sha256-9HapI5PEBLFpJBN26kR2HbeI9q07gJk3v91EyLB9ZBI=",
|
||||
"owner": "andresilva",
|
||||
"lastModified": 1728196311,
|
||||
"narHash": "sha256-JoDDlmjPj0sGo1beOo3bRh7BDppm0Kuet7I7BqTmSl4=",
|
||||
"owner": "nix-community",
|
||||
"repo": "fenix",
|
||||
"rev": "3b3764c5420d037b7910443af048045ca6907b08",
|
||||
"rev": "26971356e387b5ec0578f52be1bbd82ecf6dbad4",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "andresilva",
|
||||
"ref": "fix-platforms",
|
||||
"owner": "nix-community",
|
||||
"repo": "fenix",
|
||||
"type": "github"
|
||||
}
|
||||
|
@ -637,11 +635,11 @@
|
|||
},
|
||||
"nixpkgs_4": {
|
||||
"locked": {
|
||||
"lastModified": 1728979988,
|
||||
"narHash": "sha256-GBJRnbFLDg0y7ridWJHAP4Nn7oss50/VNgqoXaf/RVk=",
|
||||
"lastModified": 1728538411,
|
||||
"narHash": "sha256-f0SBJz1eZ2yOuKUr5CA9BHULGXVSn6miBuUWdTyhUhU=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "7881fbfd2e3ed1dfa315fca889b2cfd94be39337",
|
||||
"rev": "b69de56fac8c2b6f8fd27f2eca01dcda8e0a4221",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -670,11 +668,11 @@
|
|||
"plugins-typst-preview": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1729054993,
|
||||
"narHash": "sha256-olO2hh2xU/tiuwMNKGuKU+Wa5taiTUOv9jlK2/99yvk=",
|
||||
"lastModified": 1728689675,
|
||||
"narHash": "sha256-UljxDPDLC6riWwbpoai6OBE6CSUrH+p9aUJwImFLS6I=",
|
||||
"owner": "chomosuke",
|
||||
"repo": "typst-preview.nvim",
|
||||
"rev": "0f43ed7fa661617751bfd0ca2f01ee13eba6569e",
|
||||
"rev": "a53a136f893a59635166afcb4f277f581bd4bc73",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -783,7 +781,6 @@
|
|||
"root": {
|
||||
"inputs": {
|
||||
"blink-cmp": "blink-cmp",
|
||||
"fenix": "fenix",
|
||||
"nixCats": "nixCats",
|
||||
"nixpkgs": "nixpkgs_4",
|
||||
"plugins-lsp-progress": "plugins-lsp-progress",
|
||||
|
@ -793,11 +790,11 @@
|
|||
"rust-analyzer-src": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1728921748,
|
||||
"narHash": "sha256-BOCZ5osPOMh2BPHnkK4sVdTGj7sn47rBn1nxjrzWe5U=",
|
||||
"lastModified": 1728064742,
|
||||
"narHash": "sha256-tFvUGvqUZjES1yxYT2zEFiTAE0iQKYd+eWKX/6ZqeVw=",
|
||||
"owner": "rust-lang",
|
||||
"repo": "rust-analyzer",
|
||||
"rev": "0319586ef2a2636f6d6b891690b7ebebf4337c85",
|
||||
"rev": "5982d9c420d0dc90739171829f0d2e9c80d98979",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue