nixos-dotfiles/hosts/ultrapc/cachix/helix.nix
Alex Stan d2e29dba7a WHY IS IT NOT WORKING???
Signed-off-by: Alex S <stan.alexandru@ichb.ro>
2023-05-06 19:00:07 +00:00

13 lines
224 B
Nix

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