Skip to content

Commit

Permalink
add cachix as a nix substituter
Browse files Browse the repository at this point in the history
  • Loading branch information
evanrichter committed May 1, 2024
1 parent 01f2d23 commit 92d5b43
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
description = "Cannoli development shell";

nixConfig = {
extra-substituters = ["https://cannoli.cachix.org"];
extra-trusted-public-keys = ["cannoli.cachix.org-1:nFKY7lRczFkkHacy6/OlfmpOU22MeEiDo90YV0QkVoQ="];
};

inputs = {
# Use the rolling-release cycle of nixpkgs for most tools
# flake.lock will pin this to a fixed version, update with "nix flake update"
Expand Down

0 comments on commit 92d5b43

Please sign in to comment.