Seth Flynn
de08d7c364
chore(gitignore): add more nix-related files
...
Signed-off-by: Seth Flynn <getchoo@tuta.io>
2025-03-31 01:28:43 -04:00
Seth Flynn
e9cac2e0e3
refactor(nix): use date for version
...
Helps avoid needless rebuilds where only the revision changed. Also
better conforms to Nixpkgs' version standards
Signed-off-by: Seth Flynn <getchoo@tuta.io>
2025-03-31 01:28:43 -04:00
Seth Flynn
9b38226f8c
chore(nix): clone git submodules automatically
...
Signed-off-by: Seth Flynn <getchoo@tuta.io>
2025-03-31 01:28:43 -04:00
Seth Flynn
38ec7def32
chore(nix): add nice welcome message to dev shell
...
Signed-off-by: Seth Flynn <getchoo@tuta.io>
2025-03-31 01:28:43 -04:00
Seth Flynn
de923a07d8
refactor(nix): rely more on setup hooks in dev shell
...
Signed-off-by: Seth Flynn <getchoo@tuta.io>
2025-03-30 19:25:48 -04:00
Seth Flynn
2d4bc09cb9
build(nix): properly wrap development shell
...
Allows actually running the executables built in the development shell
Signed-off-by: Seth Flynn <getchoo@tuta.io>
2025-03-30 19:25:48 -04:00
Seth Flynn
58579539d0
fix(nix): only create compile_commands.json if it doesn't exist
...
Signed-off-by: Seth Flynn <getchoo@tuta.io>
2025-03-30 19:25:48 -04:00
Seth Flynn
32b49ecb84
refactor(nix): cleanup flake
...
Signed-off-by: Seth Flynn <getchoo@tuta.io>
2025-03-30 19:25:48 -04:00
Seth Flynn
c367f48ec9
refactor(nix): pin flake-compat in default.nix
...
Avoids polluting downstream flake.locks
Signed-off-by: Seth Flynn <getchoo@tuta.io>
2025-03-30 19:25:47 -04:00
Seth Flynn
99852c972c
Reapply "refactor(nix): nix-filter -> lib.fileset"
...
After extensive (5 minutes) of testing, it seems we don't actually come
across any Nix bugs with lib.fileset! (aside from those inherit to
it...but 🤷 )
This reverts commit a49a58bc4571f87f42f45bb9eeb1a957d5d12331.
Signed-off-by: Seth Flynn <getchoo@tuta.io>
2025-03-30 19:25:47 -04:00
Alexandru Ionut Tripon
0709479110
chore(nix): update lockfile ( #3557 )
2025-03-30 10:53:02 +03:00
github-actions[bot]
0487ab3754
chore(nix): update lockfile
...
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/a84ebe20c6bc2ecbcfb000a50776219f48d134cc?narHash=sha256-mNqIplmEohk5jRkqYqG19GA8MbQ/D4gQSK0Mu4LvfRQ%3D' (2025-03-19)
→ 'github:NixOS/nixpkgs/5e5402ecbcb27af32284d4a62553c019a3a49ea6?narHash=sha256-gWd4urRoLRe8GLVC/3rYRae1h%2BxfQzt09xOfb0PaHSk%3D' (2025-03-27)
2025-03-30 00:27:40 +00:00
Alexandru Ionut Tripon
6b93e7aa62
fix themes leak ( #3555 )
2025-03-30 01:54:33 +02:00
Trial97
5b12d3cfff
fix themes leak
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2025-03-30 00:46:59 +02:00
Alexandru Ionut Tripon
1c0c247631
chore:fixed some codeql warnings ( #1679 )
2025-03-26 08:05:57 +02:00
Rachel Powers
064383b8fa
Pin AppImage tooling in CI, drop libfuse2 ( #3543 )
2025-03-24 16:09:51 -07:00
Seth Flynn
671aad88f5
ci: don't install libfuse2
...
Signed-off-by: Seth Flynn <getchoo@tuta.io>
2025-03-24 18:17:39 -04:00
Seth Flynn
5d5155bb22
ci: pin appimage tooling
...
Signed-off-by: Seth Flynn <getchoo@tuta.io>
2025-03-24 18:17:39 -04:00
Seth Flynn
6ef59fe984
ci: use bundled linuxdeploy appimage plugin
...
Signed-off-by: Seth Flynn <getchoo@tuta.io>
2025-03-24 18:17:39 -04:00
Alexandru Ionut Tripon
ad8e0a9f7f
chore(deps): update actions/cache action to v4.2.3 ( #3517 )
2025-03-24 22:27:02 +02:00
Trial97
f7fd6f566f
chore:fixed some codeql warnings
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2025-03-24 22:25:35 +02:00
TheKodeToad
9a57fddaaf
Refactor ResourcePack ( #2616 )
2025-03-24 20:12:41 +00:00
Alexandru Ionut Tripon
e27f602b7c
chore(nix): update lockfile ( #3525 )
2025-03-24 18:59:26 +02:00
Alexandru Ionut Tripon
7d0e3fb792
Fix crash with low disk space ( #3528 )
2025-03-24 18:59:09 +02:00
Alexandru Ionut Tripon
aa4c0a4dcc
fix account help link ( #3529 )
2025-03-24 18:58:36 +02:00
Alexandru Ionut Tripon
80b4a4427c
Use correct colours for all system themes ( #3530 )
2025-03-24 18:58:27 +02:00
Seth Flynn
9fe78fa86a
Improve clangd support (in Nix development shell) ( #3526 )
2025-03-23 17:15:23 -04:00
TheKodeToad
513959750f
Try best to avoid regression
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2025-03-23 14:29:58 +00:00
TheKodeToad
f08478c7ec
Use correct colours for all system themes
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2025-03-23 14:17:43 +00:00
Trial97
a4472406b9
fix account help link
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2025-03-23 14:02:09 +02:00
Trial97
9ce5587f60
fix crash on accessing reseted output
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2025-03-23 08:52:30 +02:00
Trial97
269938dfd8
rename variable
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2025-03-23 08:52:08 +02:00
Seth Flynn
e3f93295f0
build(nix): add clangd to dev shell
...
Signed-off-by: Seth Flynn <getchoo@tuta.io>
2025-03-22 22:36:16 -04:00
Seth Flynn
d6103c2a06
build(nix): copy compile_commands.json when entering dev shell
...
Signed-off-by: Seth Flynn <getchoo@tuta.io>
2025-03-22 22:36:11 -04:00
Seth Flynn
8a21b07915
build: export compile commands for debug builds
...
Signed-off-by: Seth Flynn <getchoo@tuta.io>
2025-03-22 22:16:18 -04:00
Seth Flynn
9fa397a299
chore(gitignore): add compile_commands.json
...
Signed-off-by: Seth Flynn <getchoo@tuta.io>
2025-03-22 22:15:36 -04:00
github-actions[bot]
9ee357dcf1
chore(nix): update lockfile
...
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/6607cf789e541e7873d40d3a8f7815ea92204f32?narHash=sha256-cPfs8qMccim2RBgtKGF%2Bx9IBCduRvd/N5F4nYpU0TVE%3D' (2025-03-13)
→ 'github:NixOS/nixpkgs/a84ebe20c6bc2ecbcfb000a50776219f48d134cc?narHash=sha256-mNqIplmEohk5jRkqYqG19GA8MbQ/D4gQSK0Mu4LvfRQ%3D' (2025-03-19)
2025-03-23 00:27:03 +00:00
TheKodeToad
216034c283
refactor FlameCheckUpdate to remove qEventLoop ( #3046 )
2025-03-20 09:34:26 +00:00
Alexandru Ionut Tripon
71e0c62fee
fix no cape select ( #3511 )
2025-03-19 22:56:37 +02:00
renovate[bot]
4c2182e086
chore(deps): update actions/cache action to v4.2.3
2025-03-19 18:59:33 +00:00
Trial97
d5d83bf55c
fix no cape select
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2025-03-18 16:48:18 +02:00
Alexandru Ionut Tripon
d0b9073f60
Show online players on servers screen ( #3112 )
2025-03-16 08:30:12 +02:00
Alexandru Ionut Tripon
52a53a3b75
Make account checks more on-par with MultiMC ( #3466 )
2025-03-16 08:29:31 +02:00
Alexandru Ionut Tripon
41e2a486e0
chore(nix): update lockfile ( #3484 )
2025-03-16 08:28:22 +02:00
Alexandru Ionut Tripon
da508da1ab
chore(deps): update cachix/install-nix-action digest to 02a151a ( #3507 )
2025-03-16 08:28:12 +02:00
github-actions[bot]
6cf96d8fe7
chore(nix): update lockfile
...
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/6313551cd05425cd5b3e63fe47dbc324eabb15e4?narHash=sha256-D%2BR%2BkFxy1KsheiIzkkx/6L63wEHBYX21OIwlFV8JvDs%3D' (2025-02-27)
→ 'github:NixOS/nixpkgs/6607cf789e541e7873d40d3a8f7815ea92204f32?narHash=sha256-cPfs8qMccim2RBgtKGF%2Bx9IBCduRvd/N5F4nYpU0TVE%3D' (2025-03-13)
2025-03-16 00:27:01 +00:00
renovate[bot]
a469f6b114
chore(deps): update cachix/install-nix-action digest to 02a151a
2025-03-15 21:14:57 +00:00
Alexandru Ionut Tripon
1a1bc14a73
Fix crash with invalid quilt mod info ( #3496 )
2025-03-15 00:00:46 +02:00
Alexandru Ionut Tripon
577cae3e00
chore(deps): update cachix/cachix-action action to v16 ( #3493 )
2025-03-15 00:00:30 +02:00
Alexandru Ionut Tripon
998de93ee5
chore(deps): update cachix/install-nix-action action to v31 ( #3492 )
2025-03-15 00:00:19 +02:00