Skip to content

Commit

Permalink
WIP easy hls nix
Browse files Browse the repository at this point in the history
  • Loading branch information
codygman committed Mar 15, 2021
1 parent 66fb7ab commit a15969d
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 2 deletions.
1 change: 1 addition & 0 deletions extern/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ in

overrideModulesPath = "${override}/nixos/modules";
hardware = nixos-hardware.nixosModules;
easy-hls-nix = easy-hls-nix.defaultPackage.x86_64-linux;
};
}
34 changes: 34 additions & 0 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
flake-compat.url = "github:BBBSnowball/flake-compat/pr-1";
flake-compat.flake = false;
srcs.url = "path:./pkgs";
easy-hls-nix.url = "github:jkachmar/easy-hls-nix";
};

outputs =
Expand All @@ -35,6 +36,7 @@
, home
, nixos
, nixos-hardware
, easy-hls-nix
, nur
, override
, self
Expand Down
4 changes: 2 additions & 2 deletions profiles/develop/haskell/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ pkgs, ... }:
{ pkgs, easy-hls-nix, ... }:
let
inherit (pkgs) ghc;
in
Expand All @@ -10,7 +10,7 @@ in
cabal-install
implicit-hie
hie-bios
haskell-language-server # caused segfault?
easy-hls-nix
stack
])
)
Expand Down

0 comments on commit a15969d

Please sign in to comment.