nix(chore): set nixpkgs to nixos-26.05, update flake.lock (#495)

fixes #492
Co-authored-by: KristijanZic <kristijan.zic@10x.engineering>
This commit is contained in:
onelock
2026-09-07 08:15:09 +01:00
committed by GitHub
parent 6b1eddef7a
commit 00c5eee8d8
4 changed files with 31 additions and 13 deletions

View File

@@ -31,7 +31,7 @@ rustPlatform.buildRustPackage {
libadwaita
librsvg
]
++ lib.optionals stdenv.isLinux [
++ lib.optionals stdenv.hostPlatform.isLinux [
libX11
libXtst
];