Commit Graph
8 Commits
Author SHA1 Message Date
Weathercold b90e6726f3 fix(pnpm): allow releases within the minimum release date cutoff for trusted packages (#2236) 2026-08-08 15:30:02 +00:00
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 18f8a2a94d fix(nix): missing runtime libs & small changes (#1956)
Add the missing runtime libs to LD_LIBRARY_PATH. Also pin pnpm and electron versions, use getExe and update flake lock.
2026-06-07 01:37:54 -04: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
WeathercoldandNeko 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 e00ac26072 chore(nix/flake): update lock (#577) 2025-09-12 01:33:43 +08:00
Weathercold def3b09c6b fix(nix): update nix package and flake (#359) 2025-08-18 12:39:51 +08:00
WeathercoldandNeko 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