Skip to content
This repository has been archived by the owner on Jun 7, 2020. It is now read-only.

magthe/ghcide-for-nix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

A build of ghcide that isn’t broken.

I maintain this repo, with the accompanying cache, solely for my own use.

Goal

I’ve found that a disappointing number of Haskell packages is marked as broken in nixpkgs, in particular ghcide. This repo is my attempt at fixing this so it works for me. If I find other useful tools that are broken I might add them too in the future.

Means

I’ve tried other repos/caches that contain ghcide, but I either found them rather confusing to use, or that they didn’t provide a usable cache.

I’m trying to keep the setup simple. That unfortunately means that the ability to configure is rather limited. This repo pins nixpkgs and exports a full package set.

Usage

This is how I use this repo

with (import (builtins.fetchGit {
  name = "ghcide-for-nix";
  url = https://github.com/magthe/ghcide-for-nix;
  rev = "927a8caa62cece60d9d66dbdfc62b7738d61d75f";
}) );

let
  ...

Build cache

Go to Cachix for information about how to use a cache of pre-built packages.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages