heimdall: move override to improve eval
This commit is contained in:
parent
fdf773c7a8
commit
f7bde756ac
7
pkgs/by-name/he/heimdall-gui/package.nix
Normal file
7
pkgs/by-name/he/heimdall-gui/package.nix
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
heimdall,
|
||||
}:
|
||||
|
||||
heimdall.override {
|
||||
enableGUI = true;
|
||||
}
|
||||
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user