heimdall: move override to improve eval

This commit is contained in:
Guy Chronister 2025-08-04 18:33:41 +00:00
parent fdf773c7a8
commit f7bde756ac
2 changed files with 7 additions and 2 deletions

View File

@ -0,0 +1,7 @@
{
heimdall,
}:
heimdall.override {
enableGUI = true;
}

View File

@ -3233,8 +3233,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 {