1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-11 14:25:57 +03:00
Commit Graph

12 Commits

Author SHA1 Message Date
mirror-kt
b1af9e873b nix: allowBuiltinFetchGit = true 2024-05-13 14:01:11 -07:00
Benoit de Chezelles
23e7c14a98 Revert freetype2 to commit hash (was not actually at a tag 👀) 2024-05-09 14:39:28 -07:00
Benoit de Chezelles
b08d2e0173 chore(nix): Update refs to submodules & explain why this is needed 2024-05-09 14:39:28 -07:00
Benoit de Chezelles
e1755f369c chore: Fix Nix build after recent dependencies updates
The issue comes from 8c9ab05fb4 which
changed where `sqlite-cache` is retrieved from:
```diff
diff --git a/sync-color-schemes/Cargo.toml b/sync-color-schemes/Cargo.toml
index b1cc34f8a..0fbf28059 100644
--- a/sync-color-schemes/Cargo.toml
+++ b/sync-color-schemes/Cargo.toml
-sqlite-cache = "0.1.3"
+sqlite-cache = {git="https://github.com/losfair/sqlite-cache", rev="0961b50385ff189bb12742716331c05ed0bf7805" }
```
When a dependency is retrieved from git, Nix needs the resulting hash in
Nix format (a combination of sha256 + Nix stuff), hence this change.
2024-05-05 07:04:47 -07:00
V
bbbe9c2cea
Add rust-src to Nix development shell
rust-analyzer can't find the standard library source code otherwise.
2024-05-04 16:09:37 -07:00
davidsierradz
f4bca24c81 Add additional outputs for nix's flake package 2024-02-01 08:45:50 -07:00
ErrorNoInternet
d5c4f8782c chore(nix): update hashes for git
It is no longer fetched from git.
2024-01-26 06:00:57 -07:00
Hilmar Wiegand
4a2bd549c4 Improve code style 2024-01-21 08:32:31 -07:00
Hilmar Wiegand
aef7ebff5e Update flake inputs 2024-01-21 08:32:31 -07:00
Hilmar Wiegand
ba29aad0d3 Attempt to fix mac build 2024-01-21 08:32:31 -07:00
Hilmar Wiegand
aaed546947 Use rust-overlay for flake build 2024-01-21 08:32:31 -07:00
Hilmar Wiegand
ca0ceb2c2d Move flake to subdirectory 2024-01-21 08:32:31 -07:00