Added environment variables
This commit is contained in:
parent
f36282447d
commit
a6d1124181
|
@ -33,6 +33,9 @@
|
|||
scry # Code analysis server for the Crystal programming language
|
||||
shards # Dependency manager for the Crystal language
|
||||
];
|
||||
variables = {
|
||||
NIX_SKIP_KEYBASE_CHECKS = "1"; # As per IOHK Keybase reqs
|
||||
};
|
||||
};
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
|
|
Loading…
Reference in a new issue