-
Notifications
You must be signed in to change notification settings - Fork 20
/
flake.nix
431 lines (379 loc) · 15.7 KB
/
flake.nix
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
{
description = "ErgoDEX Cardano Dex Contracts";
inputs = {
# general inputs
nixpkgs.follows = "plutarch/nixpkgs";
nixpkgs-upstream.url = "github:nixos/nixpkgs/nixpkgs-unstable";
# NOTE: ideally we would upgrade to the most recent iohk haskell.nix but currently
# protolude doesn't build, throwing an obscure error. Until that's fixed we're
# relying on an older version of haskell.nix
haskell-nix.follows = "plutarch/haskell-nix";
haskell-nix-extra-hackage.url = "github:mlabs-haskell/haskell-nix-extra-hackage";
pre-commit-hooks = {
url = "github:cachix/pre-commit-hooks.nix";
inputs.nixpkgs.follows = "plutarch/nixpkgs";
};
ouroboros-network = {
url = "github:input-output-hk/ouroboros-network/cb9eba406ceb2df338d8384b35c8addfe2067201";
flake = false;
};
ekg-json = {
url = "github:vshabanov/ekg-json/00ebe7211c981686e65730b7144fbf5350462608";
flake = false;
};
hw-aeson = {
url = "github:sevanspowell/hw-aeson/b5ef03a7d7443fcd6217ed88c335f0c411a05408";
flake = false;
};
optparse-applicative = {
url = "github:input-output-hk/optparse-applicative/7497a29cb998721a9068d5725d49461f2bba0e7a";
flake = false;
};
io-sim = {
url = "github:input-output-hk/io-sim/57e888b1894829056cb00b7b5785fdf6a74c3271";
flake = false;
};
cardano-base = {
url = "github:input-output-hk/cardano-base/0f3a867493059e650cda69e20a5cbf1ace289a57";
flake = false;
};
goblins = {
url = "github:input-output-hk/goblins/cde90a2b27f79187ca8310b6549331e59595e7ba";
flake = false;
};
flat = {
url = "github:Quid2/flat/ee59880f47ab835dbd73bea0847dab7869fc20d8";
flake = false;
};
cardano-ledger = {
url = "github:input-output-hk/cardano-ledger/c7c63dabdb215ebdaed8b63274965966f2bf408f";
flake = false;
};
cardano-prelude = {
url = "github:input-output-hk/cardano-prelude/bb4ed71ba8e587f672d06edf9d2e376f4b055555";
flake = false;
};
typed-protocols = {
url = "github:input-output-hk/typed-protocols/181601bc3d9e9d21a671ce01e0b481348b3ca104";
flake = false;
};
cardano-crypto = {
url = "github:input-output-hk/cardano-crypto/f73079303f663e028288f9f4a9e08bcca39a923e";
flake = false;
};
ply = {
url = "github:mlabs-haskell/ply/staging";
inputs.extra-hackage.follows = "haskell-nix-extra-hackage";
inputs.pre-commit-hooks.follows = "pre-commit-hooks";
};
# onchain inputs
# NOTE: we could now remove the `staging` part as all the
# flake should stay compatible with the newest `master`
# since the release of plutarch 1.2
plutarch.url = "github:Plutonomicon/plutarch/staging";
# offchain inputs
# NOTE: this is the pendant to what was specified in the `cabal.project` file
# We just want the directory at the specific commit, so we set `flake = false`
iohk-nix = {
url = "github:input-output-hk/iohk-nix/9a604d01bd4420ab7f396f14d1947fbe2ce7db8b";
flake = false;
};
# v1.0.0-alpha1
plutus-apps = {
url = "github:input-output-hk/plutus-apps/19e1e6cf0e567c0222d723b57438e9a8efa878fb";
flake = false;
};
win32-network = {
url = "github:input-output-hk/Win32-network/3825d3abf75f83f406c1f7161883c438dac7277d";
flake = false;
};
plutus = {
url = "github:input-output-hk/plutus/a56c96598b4b25c9e28215214d25189331087244";
flake = false;
};
};
outputs =
inputs@{ self
, nixpkgs
, nixpkgs-upstream
, haskell-nix
, haskell-nix-extra-hackage
, plutarch
, pre-commit-hooks
, ...
}:
let
# GENERAL
plainNixpkgsFor = system: import nixpkgs-upstream { inherit system; };
supportedSystems = with nixpkgs.lib.systems.supported; tier1 ++ tier2 ++ tier3;
perSystem = nixpkgs.lib.genAttrs supportedSystems;
# NOTE: This adds
# - a shellHook (pre-commit-check.shellHook) attribute you can just add to your shell with the // operator
# if you add the shellHook, in your shell a new command becomes available "`pre-commit`" which you can run
# by hand with `pre-commit run --all` and gets run automatically before each commit
# - a check (pre-commit-check) that will check formatting according to what you specified
# - for further tooling this makes available please refer to https://github.com/cachix/pre-commit-hooks.nix
# (it is also quite easy to add tools by yourself)
preCommitCheckFor = system:
pre-commit-hooks.lib.${system}.run
{
src = ./.;
hooks = {
cabal-fmt.enable = false;
stylish-haskell.enable = false;
nixpkgs-fmt.enable = false;
# FIXME: this is currently not part of the pre-commit-hooks
# as the hlint currently is not happy.
# Apart from that the below tools are useful but not in the
# current set of used tools
hlint.enable = false;
statix.enable = false;
markdownlint.enable = false;
shellcheck.enable = false;
};
tools = {
hlint = (plainNixpkgsFor system).haskellPackages.hlint_3_4_1;
};
};
haskellToolsForPkgs = pkgs: [
pkgs.hlint
pkgs.cabal-install
pkgs.stylish-haskell
pkgs.ghcid
pkgs.haskellPackages.cabal-fmt
];
# ONCHAIN
# everything that is part of the onchain project;
# we have to use ghc923+ because all other ghc versions are unsupported by
# plutarch
onchain' = rec {
nixpkgsFor = system: import nixpkgs {
inherit system;
overlays = [ haskell-nix.overlay (import "${plutarch.inputs.iohk-nix}/overlays/crypto") ];
};
ghcVersion = "923";
compiler-nix-name = "ghc" + ghcVersion;
myhackages = system: compiler-nix-name: haskell-nix-extra-hackage.mkHackagesFor system compiler-nix-name
[
"${plutarch}"
"${plutarch}/plutarch-extra"
"${plutarch}/plutarch-test"
"${inputs.ply}/ply-core"
"${inputs.ply}/ply-plutarch"
];
projectFor = system:
let
pkgs = nixpkgsFor system;
pkgs' = plainNixpkgsFor system;
hackages = myhackages system compiler-nix-name;
modules = [
({ _, ... }: {
packages.protolude.flags.dev = true;
})
] ++ hackages.modules;
in
pkgs.haskell-nix.cabalProject' (plutarch.applyPlutarchDep pkgs {
src = ./.;
inherit compiler-nix-name modules;
inherit (hackages) extra-hackages extra-hackage-tarballs;
cabalProjectFileName = "cabal.project.onchain";
shell = {
shellHook = ''
ln -fs cabal.project.onchain cabal.project
'' + (preCommitCheckFor system).shellHook + "
export LC_CTYPE=C.UTF-8
export LC_ALL=C.UTF-8
export LANG=C.UTF-8
";
withHoogle = true;
exactDeps = true;
nativeBuildInputs = (haskellToolsForPkgs pkgs') ++ [
pkgs'.nixpkgs-fmt
plutarch.project.${system}.hsPkgs.hspec-discover.components.exes.hspec-discover
(plutarch.hlsFor compiler-nix-name system)
];
};
});
};
# OFFCHAIN
# - plutip, bpi, PlutusTx, ...
# - we can not use the same dependencies that
# plutarch uses as they're usually are way more
# current
offchain' = rec {
nixpkgsFor = system: import nixpkgs {
inherit system;
overlays = [ haskell-nix.overlay (import "${inputs.iohk-nix}/overlays/crypto") ];
};
ghcVersion = "8107";
compiler-nix-name = "ghc" + ghcVersion;
myhackages = system: compiler-nix-name: haskell-nix-extra-hackage.mkHackagesFor system compiler-nix-name
[
"${inputs.cardano-crypto}"
"${inputs.cardano-prelude}/cardano-prelude"
"${inputs.cardano-prelude}/cardano-prelude-test"
"${inputs.cardano-base}/base-deriving-via"
"${inputs.cardano-base}/binary"
"${inputs.cardano-base}/binary/test"
"${inputs.cardano-base}/cardano-crypto-class"
"${inputs.cardano-base}/cardano-crypto-praos"
"${inputs.cardano-base}/cardano-crypto-tests"
"${inputs.cardano-base}/measures"
"${inputs.cardano-base}/orphans-deriving-via"
"${inputs.cardano-base}/slotting"
"${inputs.cardano-base}/strict-containers"
"${inputs.cardano-ledger}/eras/alonzo/impl"
"${inputs.cardano-ledger}/eras/byron/chain/executable-spec"
"${inputs.cardano-ledger}/eras/byron/crypto"
"${inputs.cardano-ledger}/eras/byron/crypto/test"
"${inputs.cardano-ledger}/eras/byron/ledger/executable-spec"
"${inputs.cardano-ledger}/eras/byron/ledger/impl"
"${inputs.cardano-ledger}/eras/byron/ledger/impl/test"
"${inputs.cardano-ledger}/eras/shelley-ma/impl"
"${inputs.cardano-ledger}/eras/shelley/impl"
"${inputs.cardano-ledger}/eras/shelley/test-suite"
"${inputs.cardano-ledger}/eras/babbage/impl"
"${inputs.cardano-ledger}/libs/cardano-ledger-core"
"${inputs.cardano-ledger}/libs/cardano-ledger-pretty"
"${inputs.cardano-ledger}/libs/cardano-protocol-tpraos"
"${inputs.cardano-ledger}/libs/non-integral"
"${inputs.cardano-ledger}/libs/cardano-data"
"${inputs.cardano-ledger}/libs/vector-map"
"${inputs.cardano-ledger}/libs/set-algebra"
"${inputs.cardano-ledger}/libs/small-steps"
"${inputs.cardano-ledger}/libs/small-steps-test"
"${inputs.hw-aeson}"
"${inputs.plutus}/plutus-core"
"${inputs.plutus}/plutus-ledger-api"
"${inputs.plutus}/plutus-tx"
"${inputs.plutus}/prettyprinter-configurable"
"${inputs.plutus}/stubs/plutus-ghc-stub"
"${inputs.plutus}/word-array"
"${inputs.io-sim}/io-classes"
"${inputs.io-sim}/io-sim"
"${inputs.io-sim}/strict-stm"
"${inputs.plutus}/word-array"
"${inputs.typed-protocols}/typed-protocols"
"${inputs.typed-protocols}/typed-protocols-cborg"
"${inputs.typed-protocols}/typed-protocols-examples"
"${inputs.ouroboros-network}/monoidal-synchronisation"
"${inputs.ouroboros-network}/network-mux"
"${inputs.ouroboros-network}/ntp-client"
"${inputs.ouroboros-network}/ouroboros-consensus"
"${inputs.ouroboros-network}/ouroboros-consensus-byron"
"${inputs.ouroboros-network}/ouroboros-consensus-protocol"
"${inputs.ouroboros-network}/ouroboros-consensus-cardano"
"${inputs.ouroboros-network}/ouroboros-consensus-shelley"
"${inputs.ouroboros-network}/ouroboros-network"
"${inputs.ouroboros-network}/ouroboros-network-framework"
"${inputs.ouroboros-network}/ouroboros-network-testing"
"${inputs.optparse-applicative}"
"${inputs.win32-network}"
"${inputs.flat}"
"${inputs.goblins}"
"${inputs.ekg-json}"
];
projectFor = system:
let
pkgs = nixpkgsFor system;
pkgs' = plainNixpkgsFor system;
# NOTE: this should be done equally for the onchain attribute;
# however, our nixpkgs doesn't currently include a build for ghc923
# and we cannot use the hls of the upstream nixpkgs because that
# breaks at runtime
hls = pkgs.haskell-language-server.override { supportedGhcVersions = [ ghcVersion ]; };
hackages = myhackages system compiler-nix-name;
project = pkgs.haskell-nix.cabalProject' {
src = ./.;
inherit compiler-nix-name;
inherit (hackages) extra-hackages extra-hackage-tarballs modules;
index-state = "2022-04-06T00:00:00Z";
cabalProjectFileName = "cabal.project.offchain";
cabalProjectLocal = ''
package ply-core
flags: -new-ledger-namespace
constraints:
aeson >= 2
, hedgehog >= 1.1
allow-newer:
*:aeson
, *:hashable
, size-based:template-haskell
constraints:
-- big breaking change here, inline-r doens't have an upper bound
singletons < 3.0
-- bizarre issue: in earlier versions they define their own 'GEq', in newer
-- ones they reuse the one from 'some', but there isn't e.g. a proper version
-- constraint from dependent-sum-template (which is the library we actually use).
, dependent-sum > 0.6.2.0
-- Newer Hashable have instances for Set, which breaks beam-migrate
-- which declares its own instances of Hashable Set
, hashable < 1.3.4.0
'';
shell = {
shellHook = ''
ln -fs cabal.project.offchain cabal.project
'' + (preCommitCheckFor system).shellHook + "
export LC_CTYPE=C.UTF-8
export LC_ALL=C.UTF-8
export LANG=C.UTF-8
";
withHoogle = false;
exactDeps = true;
# We use the ones from Nixpkgs, since they are cached reliably.
# Eventually we will probably want to build these with haskell.nix.
nativeBuildInputs = (haskellToolsForPkgs pkgs') ++ [
pkgs'.fd
pkgs'.nixpkgs-fmt
hls
];
};
};
in
project;
};
in
rec {
# NOTE: this is convenient for use in nix repl
inherit plainNixpkgsFor;
onchain = rec {
# NOTE: this is the only place where the outputs use
# the "onchain'" attributeset defined in the let
project = perSystem onchain'.projectFor;
flake = perSystem (system: project.${system}.flake { });
};
offchain = rec {
# NOTE: this is the only place where the outputs use
# the "offchain'" attributeset defined in the let
project = perSystem offchain'.projectFor;
flake = perSystem (system: project.${system}.flake { });
};
packages = perSystem (system:
offchain.flake.${system}.packages
// onchain.flake.${system}.packages
);
devShells = perSystem (system: {
onchain = self.onchain.flake.${system}.devShell;
offchain = self.offchain.flake.${system}.devShell;
tooling =
let
pkgs = plainNixpkgsFor system;
in
pkgs.mkShell {
inherit (preCommitCheckFor system) shellHook;
nativeBuildInputs = (haskellToolsForPkgs pkgs) ++ [
pkgs.fd
pkgs.nixpkgs-fmt
];
};
});
checks = perSystem (system:
self.onchain.${system}.flake.checks
// self.offchain.${system}.flake.checks
// { formatCheck = preCommitCheckFor system; }
);
hydraJobs = {
inherit (self) checks packages devShells;
};
};
}