Skip to content

Commit e2aa59f

Browse files
committed
Add cachix repo
1 parent 3261c50 commit e2aa59f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

flake.nix

+5
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,10 @@
9898
);
9999
};
100100
};
101+
102+
nixConfig = {
103+
extra-substituters = [ "https://mdfbaam.cachix.org" ];
104+
extra-trusted-public-keys = [ "mdfbaam.cachix.org-1:WCQinXaMJP7Ny4sMlKdisNUyhcO2MHnPoobUef5aTmQ=" ];
105+
};
101106
});
102107
}

0 commit comments

Comments
 (0)