LFour
e294434a2e
chore(nix): update xorg attributes to top-level ( #2037 )
...
## Description
Recent updates to `nixpkgs` (unstable) have deprecated the `xorg`
package set in favor of top-level package names. This PR updates the FHS
development shell dependencies in `flake.nix` to eliminate evaluation
warnings when running `nix develop .#fhs`.
**Changes:**
Replaced the deprecated `xorg.*` attributes with their new top-level
names inside the Electron FHS environment:
* `xorg.libX11` $\rightarrow$ `libx11`
* `xorg.libXcomposite` $\rightarrow$ `libxcomposite`
* `xorg.libXdamage` $\rightarrow$ `libxdamage`
* `xorg.libXext` $\rightarrow$ `libxext`
* `xorg.libXfixes` $\rightarrow$ `libxfixes`
* `xorg.libXrandr` $\rightarrow$ `libxrandr`
* `xorg.libxcb` $\rightarrow$ `libxcb`
* `xorg.libXcursor` $\rightarrow$ `libxcursor`
* `xorg.libXi` $\rightarrow$ `libxi`
* `xorg.libXtst` $\rightarrow$ `libxtst`
## Linked Issues
None.
## Additional Context
None.
2026-07-10 01:24:10 +00:00
Weathercold
d9dd2862e9
chore(ci): Remove CI concurrency group & small fixes ( #1758 )
...
## Description
<!-- Please insert your description here and especially provide info
about the "what" this PR is solving -->
It has no effect. The actions are run in parallel anyway. They have been
previously updated to not fail when run in parallel.
## Linked Issues
<!-- Optional, if you have any -->
## Additional Context
<!-- e.g. is there anything you'd like reviewers to focus on? -->
2026-05-04 06:37:35 +08:00
Liet Blue
2b9f5092d8
feat(nix): add FHS devShell for running Electron on NixOS ( #1245 )
2026-03-10 19:32:19 +08:00
ReStranger
07cbc503bc
feat(nix): Add python3 in devShell ( #830 )
2025-12-26 01:39:45 +08:00
Weathercold and Neko
19c052d2cc
feat(nix/stage-tamagotchi): update to electron rewrite ( #646 )
...
Co-authored-by: Neko <neko@ayaka.moe >
2025-12-05 15:14:42 +08:00
Weathercold
525964ba27
feat(nix): auto-update pnpmDeps hash ( #490 )
2025-08-29 01:08:58 +08:00
Weathercold and Neko
06b20b61be
feat(nix): add nix flake and package ( #319 )
...
* feat(nix): add nix flake and package
* feat: support darwin
---------
Co-authored-by: Neko <neko@ayaka.moe >
2025-07-28 12:48:58 +08:00