Skip to content

Commit

Permalink
nix: Using my own cache now
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Jan 27, 2024
1 parent 4fc70c0 commit 6463657
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/start/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Emanote is supported on all popular operating systems through [Nix]. If you are
1. [Install Nix & enable Flakes](https://nixos.asia/en/install)
1. For Windows, see [[wsl]] or [the Docker approach](https://github.com/srid/emanote/issues/230)
1. For NixOS, see [[nix]]
1. Optional: Use the Nix binary cache: https://srid.cachix.org
2. Run `nix profile install github:srid/emanote` to install Emanote

>[!tip] Try before installing
Expand Down
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
description = "emanote: Emanate a structured view of your plain-text notes";
nixConfig = {
extra-substituters = "https://srid.cachix.org";
extra-trusted-public-keys = "srid.cachix.org-1:3clnql5gjbJNEvhA/WQp7nrZlBptwpXnUk6JAv8aB2M=";
extra-substituters = "https://cache.srid.ca";
extra-trusted-public-keys = "cache.srid.ca:8sQkbPrOIoXktIwI0OucQBXod2e9fDjjoEZWn8OXbdo=";
};
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
Expand Down

0 comments on commit 6463657

Please sign in to comment.