mirror of
https://github.com/moeru-ai/airi.git
synced 2026-08-14 00:48:06 +00:00
## 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.
28 lines
567 B
JSON
28 lines
567 B
JSON
{
|
|
"nodes": {
|
|
"nixpkgs": {
|
|
"locked": {
|
|
"lastModified": 1783224372,
|
|
"narHash": "sha256-8i/87eeoqiGE4yOTjwSA3Eh/ziJRQEmd/unYU+K27sk=",
|
|
"owner": "NixOS",
|
|
"repo": "nixpkgs",
|
|
"rev": "d407951447dcd00442e97087bf374aad70c04cea",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "NixOS",
|
|
"ref": "nixos-unstable",
|
|
"repo": "nixpkgs",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"root": {
|
|
"inputs": {
|
|
"nixpkgs": "nixpkgs"
|
|
}
|
|
}
|
|
},
|
|
"root": "root",
|
|
"version": 7
|
|
}
|