8 lines
198 B
Nix
8 lines
198 B
Nix
{
|
|
nix.settings = {
|
|
substituters = [ "https://jupyterwith.cachix.org" ];
|
|
trusted-public-keys = [
|
|
"jupyterwith.cachix.org-1:/kDy2B6YEhXGJuNguG1qyqIodMyO4w8KwWH4/vAc7CI="
|
|
];
|
|
};
|
|
}
|