File tree Expand file tree Collapse file tree 3 files changed +12
-11
lines changed Expand file tree Collapse file tree 3 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 49
49
"url_template" : " https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
50
50
},
51
51
"nixpkgs" : {
52
- "branch" : " nixos-unstable " ,
53
- "description" : " A read-only mirror of NixOS/nixpkgs tracking the released channels. Send issues and PRs to " ,
54
- "homepage" : " https://github.com/NixOS/nixpkgs " ,
55
- "owner" : " NixOS " ,
56
- "repo" : " nixpkgs-channels " ,
57
- "rev" : " 5717d9d2f7ca0662291910c52f1d7b95b568fec2 " ,
58
- "sha256" : " 17gxd2f622pyss3r6cjngdav6wzdbr31d7bqx9z2lawxg47mmk1l " ,
52
+ "branch" : " master " ,
53
+ "description" : " Nix Packages collection " ,
54
+ "homepage" : " " ,
55
+ "owner" : " nixos " ,
56
+ "repo" : " nixpkgs" ,
57
+ "rev" : " fc37cc679f168159a234f45a3861b1b7a414e304 " ,
58
+ "sha256" : " 0a57rmfn332dnwk6smlcarp3m7gvifq9y872cmcxj1800fjnjnns " ,
59
59
"type" : " tarball" ,
60
- "url" : " https://github.com/NixOS /nixpkgs-channels /archive/5717d9d2f7ca0662291910c52f1d7b95b568fec2 .tar.gz" ,
60
+ "url" : " https://github.com/nixos /nixpkgs/archive/fc37cc679f168159a234f45a3861b1b7a414e304 .tar.gz" ,
61
61
"url_template" : " https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
62
62
},
63
63
"stylish-haskell" : {
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
- curl -sSL https://raw.githubusercontent.com/commercialhaskell/stack/v2.3 .1/etc/scripts/get-stack.sh | sh
3
+ curl -sSL https://raw.githubusercontent.com/commercialhaskell/stack/v2.5 .1/etc/scripts/get-stack.sh | sh
Original file line number Diff line number Diff line change 11
11
12
12
sources = import ./nix/sources.nix ;
13
13
pkgs = import sources . "nixpkgs" { } ;
14
- inherit ( pkgs ) cabal-install stack ;
14
+
15
+ inherit ( pkgs ) cabal-install ghcid stack ;
16
+ inherit ( pkgs ) gnumake yq z3 ;
15
17
16
18
ghcide-project = default . pkgs . haskell-nix . project {
17
19
src = sources . "ghcide" ;
38
40
39
41
shellFor {
40
42
buildInputs =
41
- with pkgs ;
42
43
[
43
44
gnumake yq z3
44
45
ghcide hie-bios
You can’t perform that action at this time.
0 commit comments