Skip to content

Commit

Permalink
cachix: fix link after name change
Browse files Browse the repository at this point in the history
  • Loading branch information
nrdxp committed Feb 18, 2021
1 parent 2a67128 commit cf113e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cachix/nrdxp.nix
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
nix = {
binaryCaches = [
"https://divnix.cachix.org"
"https://nrdxp.cachix.org"
];
binaryCachePublicKeys = [
"divnix.cachix.org-1:Fc5PSqY2Jm1TrWfm88l6cvGWwz3s93c6IOifQWnhNW4="
"nrdxp.cachix.org-1:Fc5PSqY2Jm1TrWfm88l6cvGWwz3s93c6IOifQWnhNW4="
];
};
}
2 changes: 1 addition & 1 deletion doc/start/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The only dependency is nix, so make sure you have it [installed][install-nix].
## Get the Template
Here is a snippet that will get you the template without the git history:
```sh
nix-shell -p cachix --run cachix use divnix
nix-shell -p cachix --run cachix use nrdxp

nix-shell https://github.com/divnix/devos/archive/core.tar.gz -A shell \
--run "flk get core"
Expand Down

0 comments on commit cf113e4

Please sign in to comment.