dotfiles/modules/cachix/jupyterwith.nix
2022-04-18 12:19:21 +02:00

8 lines
198 B
Nix

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