mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
dashing: don't use callPackages (note the s)
cc @peterhoeg @matthiasbeyer
This commit is contained in:
parent
f55d6bbefe
commit
e68f820cc4
1 changed files with 1 additions and 1 deletions
|
@ -5839,7 +5839,7 @@ with pkgs;
|
|||
|
||||
dash = callPackage ../shells/dash { };
|
||||
|
||||
dashing = callPackages ../tools/misc/dashing { };
|
||||
dashing = callPackage ../tools/misc/dashing { };
|
||||
|
||||
es = callPackage ../shells/es { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue