File tree Expand file tree Collapse file tree 3 files changed +2
-35
lines changed Expand file tree Collapse file tree 3 files changed +2
-35
lines changed Original file line number Diff line number Diff line change @@ -4,20 +4,7 @@ let haskellCi =
44let defSteps = haskellCi. defaultCabalSteps
55
66in haskellCi. generalCi
7- ( haskellCi. withNix
8- ( defSteps
9- with extraSteps. pre
10- =
11- defSteps. extraSteps. pre
12- # [ haskellCi. installCachixStep " hnix-store"
13- , haskellCi. BuildStep. NameIf
14- { name = " Install libsodium"
15- , run = " sudo apt install libsodium-dev"
16- , `if` = " matrix.os == 'ubuntu-latest'"
17- }
18- ]
19- )
20- )
7+ (haskellCi. withNix defSteps)
218 haskellCi. DhallMatrix :: {
229 , ghc =
2310 [ haskellCi. GHC. GHC963
Original file line number Diff line number Diff line change @@ -5,20 +5,7 @@ let haskellCi =
55let defSteps = haskellCi.defaultCabalSteps
66
77in haskellCi.generalCi
8- ( haskellCi.withNix
9- ( defSteps
10- with extraSteps.pre
11- =
12- defSteps.extraSteps.pre
13- # [ haskellCi.installCachixStep "hnix-store"
14- , haskellCi.BuildStep.NameIf
15- { name = "Install libsodium"
16- , run = "sudo apt install libsodium-dev"
17- , `if` = "matrix.os == 'ubuntu-latest'"
18- }
19- ]
20- )
21- )
8+ (haskellCi.withNix defSteps)
229 haskellCi.DhallMatrix::{
2310 , ghc =
2411 [ haskellCi.GHC.GHC963
Original file line number Diff line number Diff line change 77 - uses : " cachix/install-nix-action@v23"
88 with :
99 nix_path : " nixpkgs=channel:nixos-unstable"
10- - uses : " cachix/cachix-action@v12"
11- with :
12- name : " hnix-store"
13- signingKey : " ${{ secrets.CACHIX_SIGNING_KEY }}"
14- - if : " matrix.os == 'ubuntu-latest'"
15- name : Install libsodium
16- run : " sudo apt install libsodium-dev"
1710 - uses : " actions/checkout@v4"
1811 with :
1912 submodules : recursive
You can’t perform that action at this time.
0 commit comments