heimdall: move override to improve eval (#430993)

This commit is contained in:
Yohann Boniface
2025-08-07 03:29:29 +02:00
committed by GitHub
2 changed files with 7 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
{
heimdall,
}:
heimdall.override {
enableGUI = true;
}
-2
View File
@@ -3202,8 +3202,6 @@ with pkgs;
heaptrack = libsForQt5.callPackage ../development/tools/profiling/heaptrack { };
heimdall-gui = heimdall.override { enableGUI = true; };
headscale = callPackage ../servers/headscale { };
highlight = callPackage ../tools/text/highlight {