Compare commits
No commits in common. "a1c2f6709ae2d00ba7a6508d87326c5562b43050" and "d107efcd24bb3938a4f918d967fafc01b5ae23bb" have entirely different histories.
a1c2f6709a
...
d107efcd24
2 changed files with 7 additions and 7 deletions
12
flake.lock
12
flake.lock
|
@ -10,11 +10,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1728879229,
|
"lastModified": 1728709956,
|
||||||
"narHash": "sha256-bvhLOM0NMx5S069uX2OecEpzYaR3hV4r8nCIPD0f0XQ=",
|
"narHash": "sha256-rTw88OMPunviQM6LmNfgMyM2oHNcWD/VJdUp1OMvkMA=",
|
||||||
"owner": "Saghen",
|
"owner": "Saghen",
|
||||||
"repo": "blink.cmp",
|
"repo": "blink.cmp",
|
||||||
"rev": "af68874f1b2e628e0c72ec27f5225d0c6b2d6820",
|
"rev": "2f1b85bc4f15e2f3660550ef92161a93482f2fd8",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -417,11 +417,11 @@
|
||||||
"nixCats": {
|
"nixCats": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"dir": "nix",
|
"dir": "nix",
|
||||||
"lastModified": 1728945249,
|
"lastModified": 1728657329,
|
||||||
"narHash": "sha256-WeA1oMjijjqEHsPDZ1vl9SU7Yt6365rLTQjwNjzWgBY=",
|
"narHash": "sha256-eKLrDi2dqyuzTyW1PgBPJ+VC+mKgo5AyIEGLO4PATgs=",
|
||||||
"owner": "BirdeeHub",
|
"owner": "BirdeeHub",
|
||||||
"repo": "nixCats-nvim",
|
"repo": "nixCats-nvim",
|
||||||
"rev": "132e968264ccb9e7e4ccfc83fd9145d0516e5cd1",
|
"rev": "63687d601963606934ba7c8262aa975fcd66600f",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -39,7 +39,7 @@ return {
|
||||||
after = function()
|
after = function()
|
||||||
require("typst-preview").setup({
|
require("typst-preview").setup({
|
||||||
dependencies_bin = {
|
dependencies_bin = {
|
||||||
["tinymist"] = nixCats("bin.tinymist"),
|
["typst-preview"] = nixCats("bin.tinymist"),
|
||||||
["websocat"] = nixCats("bin.websocat"),
|
["websocat"] = nixCats("bin.websocat"),
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue