mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 02:47:45 +03:00
nix flake: make the binary cache "just work" (#2999)
This commit is contained in:
parent
6100b1ba08
commit
fefa4d8c59
2 changed files with 11 additions and 2 deletions
|
@ -96,4 +96,9 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
nixConfig = {
|
||||
extra-substituters = ["https://helix.cachix.org"];
|
||||
extra-trusted-public-keys = ["helix.cachix.org-1:ejp9KQpR1FBI2onstMQ34yogDm4OgU2ru6lIwPvuCVs="];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue