mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
build: update flake.lock (#1933)
Some checks are pending
tinymist::ci / Duplicate Actions Detection (push) Waiting to run
tinymist::ci / Check Clippy, Formatting, Completion, Documentation, and Tests (Linux) (push) Waiting to run
tinymist::ci / Check Minimum Rust version and Tests (Windows) (push) Waiting to run
tinymist::ci / E2E Tests (darwin-arm64 on macos-latest) (push) Blocked by required conditions
tinymist::ci / prepare-build (push) Waiting to run
tinymist::ci / build-binary (push) Blocked by required conditions
tinymist::ci / build-vsc-assets (push) Blocked by required conditions
tinymist::ci / build-vscode (push) Blocked by required conditions
tinymist::ci / build-vscode-others (push) Blocked by required conditions
tinymist::gh_pages / build-gh-pages (push) Waiting to run
tinymist::ci / E2E Tests (linux-x64 on ubuntu-22.04) (push) Blocked by required conditions
tinymist::ci / E2E Tests (linux-x64 on ubuntu-latest) (push) Blocked by required conditions
tinymist::ci / E2E Tests (win32-x64 on windows-2022) (push) Blocked by required conditions
tinymist::ci / E2E Tests (win32-x64 on windows-latest) (push) Blocked by required conditions
tinymist::ci / publish-vscode (push) Blocked by required conditions
Some checks are pending
tinymist::ci / Duplicate Actions Detection (push) Waiting to run
tinymist::ci / Check Clippy, Formatting, Completion, Documentation, and Tests (Linux) (push) Waiting to run
tinymist::ci / Check Minimum Rust version and Tests (Windows) (push) Waiting to run
tinymist::ci / E2E Tests (darwin-arm64 on macos-latest) (push) Blocked by required conditions
tinymist::ci / prepare-build (push) Waiting to run
tinymist::ci / build-binary (push) Blocked by required conditions
tinymist::ci / build-vsc-assets (push) Blocked by required conditions
tinymist::ci / build-vscode (push) Blocked by required conditions
tinymist::ci / build-vscode-others (push) Blocked by required conditions
tinymist::gh_pages / build-gh-pages (push) Waiting to run
tinymist::ci / E2E Tests (linux-x64 on ubuntu-22.04) (push) Blocked by required conditions
tinymist::ci / E2E Tests (linux-x64 on ubuntu-latest) (push) Blocked by required conditions
tinymist::ci / E2E Tests (win32-x64 on windows-2022) (push) Blocked by required conditions
tinymist::ci / E2E Tests (win32-x64 on windows-latest) (push) Blocked by required conditions
tinymist::ci / publish-vscode (push) Blocked by required conditions
This doesn't actually change any of the dependencies, it just makes the changes to `flake.lock` that are automatically made when running `nix develop`. See also #1932.
This commit is contained in:
parent
9181619e95
commit
42b7a1205b
1 changed files with 4 additions and 4 deletions
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -309,11 +309,11 @@
|
|||
"nixpkgs": "nixpkgs"
|
||||
},
|
||||
"locked": {
|
||||
"path": "././././././././contrib/nix/dev",
|
||||
"path": "contrib/nix/dev",
|
||||
"type": "path"
|
||||
},
|
||||
"original": {
|
||||
"path": "././././././././contrib/nix/dev",
|
||||
"path": "contrib/nix/dev",
|
||||
"type": "path"
|
||||
},
|
||||
"parent": []
|
||||
|
|
@ -325,11 +325,11 @@
|
|||
"nixvim": "nixvim"
|
||||
},
|
||||
"locked": {
|
||||
"path": "editors/nixvim",
|
||||
"path": "editors/neovim/samples/nixvim",
|
||||
"type": "path"
|
||||
},
|
||||
"original": {
|
||||
"path": "editors/nixvim",
|
||||
"path": "editors/neovim/samples/nixvim",
|
||||
"type": "path"
|
||||
},
|
||||
"parent": []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue