feat(Justfile): cachix recipe and apply locally without ssh

This commit is contained in:
steveej 2023-05-23 18:09:54 +02:00
parent 349057f1c3
commit 5b6ecd0a25
8 changed files with 414 additions and 1 deletions

View file

@ -0,0 +1,12 @@
{
nix = {
binaryCaches = [
"https://nixpkgs-wayland.cachix.org"
];
binaryCachePublicKeys = [
"nixpkgs-wayland.cachix.org-1:3lwxaILxMRkVhehr5StQprHdEo4IrE8sRho9R9HOLYA="
];
};
}