File tree Expand file tree Collapse file tree 4 files changed +7
-22
lines changed Expand file tree Collapse file tree 4 files changed +7
-22
lines changed Original file line number Diff line number Diff line change 15
15
- name : " Install nix"
16
16
uses : " cachix/install-nix-action@v27"
17
17
with :
18
- nix_path : " nixpkgs=channel:nixos-23.11 "
18
+ nix_path : " nixpkgs=channel:nixos-24.05 "
19
19
20
20
- name : " Use magic Nix cache"
21
21
uses : " DeterminateSystems/magic-nix-cache-action@v6"
Original file line number Diff line number Diff line change 9
9
# # `--enable-executable-stripping`, hence the `strip` command usage.
10
10
11
11
# # GHC version:
12
- GHC_VERSION=" 9.4.8 "
12
+ GHC_VERSION=" 9.6.5 "
13
13
14
14
# # Docker image:
15
15
DOCKER_IMAGE=" quay.io/benz0li/ghc-musl:${GHC_VERSION} "
Original file line number Diff line number Diff line change 12
12
## Import nixpkgs pinned by niv:
13
13
pkgs = import sources . nixpkgs { inherit system ; } ;
14
14
15
- ## Import nixpkgs pinned by niv:
16
- pkgs-unstable = import sources . nixpkgs-unstable { inherit system ; } ;
17
-
18
15
##################
19
16
## LOAD HELPERS ##
20
17
##################
110
107
thisHaskell . hpack
111
108
112
109
## Application dependencies:
113
- pkgs-unstable . d2
110
+ pkgs . d2
114
111
115
112
## Other build inputs for various development requirements:
116
113
pkgs . docker-client
Original file line number Diff line number Diff line change 1
1
{
2
2
"nixpkgs" : {
3
- "branch" : " release-23.11 " ,
3
+ "branch" : " release-24.05 " ,
4
4
"description" : " Nix Packages collection" ,
5
5
"homepage" : null ,
6
6
"owner" : " NixOS" ,
7
7
"repo" : " nixpkgs" ,
8
- "rev" : " 40d989164088db79c1895f177ee67216d91ae8a5 " ,
9
- "sha256" : " 149awch51367za8mjs2inx5m3jgijh9ibda1slf8gywc7lbalsaa " ,
8
+ "rev" : " 4e08cafd686c7b2a191a82e593762c3a095f88eb " ,
9
+ "sha256" : " 1pzc8mxwp1sqpnh32kf26skj656kbj7ysrp46d4kqmnlaz3chrqk " ,
10
10
"type" : " tarball" ,
11
- "url" : " https://github.com/NixOS/nixpkgs/archive/40d989164088db79c1895f177ee67216d91ae8a5.tar.gz" ,
12
- "url_template" : " https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
13
- },
14
- "nixpkgs-unstable" : {
15
- "branch" : " nixpkgs-unstable" ,
16
- "description" : " Nix Packages collection & NixOS" ,
17
- "homepage" : " " ,
18
- "owner" : " NixOS" ,
19
- "repo" : " nixpkgs" ,
20
- "rev" : " 3f316d2a50699a78afe5e77ca486ad553169061e" ,
21
- "sha256" : " 1gfnjl8zjai1cjqhx96jjnnq7zjdn0ajd14xmb09jrgnjs0dw1im" ,
22
- "type" : " tarball" ,
23
- "url" : " https://github.com/NixOS/nixpkgs/archive/3f316d2a50699a78afe5e77ca486ad553169061e.tar.gz" ,
11
+ "url" : " https://github.com/NixOS/nixpkgs/archive/4e08cafd686c7b2a191a82e593762c3a095f88eb.tar.gz" ,
24
12
"url_template" : " https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
25
13
}
26
14
}
You can’t perform that action at this time.
0 commit comments