Skip to content

Commit

Permalink
add nix config
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Nov 15, 2024
1 parent 23d37c7 commit 1d7c572
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
# like so `nix build --override-input debugBuild github:boolean-option/true`
debugBuild.url = "github:boolean-option/false/d06b4794a134686c70a1325df88a6e6768c6b212";
};

nixConfig = {
extra-trusted-public-keys = "devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw=";
extra-substituters = "https://devenv.cachix.org";
};

outputs =
{ self
, devenv
Expand Down

0 comments on commit 1d7c572

Please sign in to comment.