Added environment variables

This commit is contained in:
Craige McWhirter 2020-05-06 00:05:09 +10:00
parent f36282447d
commit a6d1124181
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -33,6 +33,9 @@
scry # Code analysis server for the Crystal programming language scry # Code analysis server for the Crystal programming language
shards # Dependency manager for the Crystal language shards # Dependency manager for the Crystal language
]; ];
variables = {
NIX_SKIP_KEYBASE_CHECKS = "1"; # As per IOHK Keybase reqs
};
}; };
virtualisation.docker.enable = true; virtualisation.docker.enable = true;