Skip to content

Nix derivations for hasekll-language-server

Notifications You must be signed in to change notification settings

poscat0x04/hls-nix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hls-nix

Nix derivations for hasekll-language-server

Introduction

The whole nix expression is stored in one single file hls.nix, it is a parameterized function that takes 3 parameters: source, version, and tag.

param default value description
source defined in source/default.nix sources
version "8.8.3" compiler version to build against
tag "master" git tag

the expression then returns a haskell.nix component.

To build the actual executable, run nix build exes.haskell-language-server.

About

Nix derivations for hasekll-language-server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published