Skip to content
Snippets Groups Projects
Commit a002f6b8 authored by Jens Nolte's avatar Jens Nolte
Browse files

Remove attrset around haskell-ide-engine

parent 0efeb2d5
No related branches found
No related tags found
No related merge requests found
......@@ -8,8 +8,8 @@ let
# e.g.:
#mypkg = haskell.packages.ghc865.callPackage ./mypkg { };
dotnet-sdk = callPackage ./dotnet-sdk { };
haskell-ide-engine = (import ./haskell-ide-engine { inherit pkgs; }).haskell-ide-engine;
neovim = (import ./neovim { inherit pkgs; }).neovim;
haskell-ide-engine = (import ./haskell-ide-engine { inherit pkgs; });
nginx-sso = callPackage ./nginx-sso {};
simpleandsoft = (import ./simpleandsoft { inherit pkgs; }).simpleandsoft;
neatvnc = callPackage ./neatvnc/neatvnc.nix {};
......
......@@ -4,6 +4,5 @@ let
all-hies-repo = pkgs.fetchFromGitHub (builtins.fromJSON (builtins.readFile ./all-hies.json));
all-hies = import all-hies-repo {};
in
{
haskell-ide-engine = all-hies.latest;
}
\ No newline at end of file
all-hies.latest
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment