Skip to content

Commit

Permalink
Use omnix nix cache
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Aug 20, 2024
1 parent 0f8db10 commit b2b9207
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ NOTE: These instructions do not apply if you use [NixOS](https://nixos.asia/en/n
```
- Optionally, you may edit `./home/default.nix` to your liking.
- In particular, for Git to be able to commit, you must set your name and email here: https://github.com/juspay/nix-dev-home/blob/191cbd4299bf5a5be8814b3629bfdec111189b75/home/default.nix#L115-L116
1. Run `nix run`[^home-modify] to activate your configuration.
1. Run `nix --accept-flake-config run`[^home-modify] to activate your configuration.
- Does this fail to run? See the [Troubleshooting](#troubleshooting) section below.
1. Restart your terminal.

Expand Down
5 changes: 5 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
nixConfig = {
extra-substituters = "https://om.cachix.org";
extra-trusted-public-keys = "om.cachix.org-1:ifal/RLZJKN4sbpScyPGqJ2+appCslzu7ZZF/C01f2Q=";
};

description = "A home-manager template providing useful tools & settings for Nix-based development";

inputs = {
Expand Down

0 comments on commit b2b9207

Please sign in to comment.