fix!: nix rev fixed to the basecamp one

This commit is contained in:
erhant 2026-06-16 18:26:41 +03:00
parent 34a37bcbe7
commit f5184f5ac0
2 changed files with 9 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,2 +1,4 @@
result
build
lez-explorer-ui-lib-lgx-1.0.0

View File

@ -2,7 +2,13 @@
description = "LEZ Explorer UI - A Qt block explorer for the Logos Execution Zone";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
# Pinned to the EXACT nixpkgs revision basecamp resolves via logos-nix, so this
# in-process `type: ui` module links the identical qtbase (6.9.2) and does not
# load a second QtCore into basecamp's process (which aborts with "Must construct
# a QApplication before a QWidget"). Matching the version string is not enough —
# the store path must match, so this must be re-pinned whenever basecamp bumps its
# logos-nix/nixpkgs lock.
nixpkgs.url = "github:NixOS/nixpkgs/e9f00bd893984bc8ce46c895c3bf7cac95331127";
};
outputs = { self, nixpkgs }: