Skip to content

Commit

Permalink
extra-substituters can be a single value here
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell authored Jan 15, 2024
1 parent 4f1f878 commit 8ae9fdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
};

nixConfig = {
extra-substituters = [ "https://emacs-ci.cachix.org" ];
extra-trusted-public-keys = [ "emacs-ci.cachix.org-1:B5FVOrxhXXrOL0S+tQ7USrhjMT5iOPH+QN9q0NItom4=" ];
extra-substituters = "https://emacs-ci.cachix.org";
extra-trusted-public-keys = "emacs-ci.cachix.org-1:B5FVOrxhXXrOL0S+tQ7USrhjMT5iOPH+QN9q0NItom4=";
};

outputs = { self, nixpkgs, flake-utils, ... }@inputs: {
Expand Down

0 comments on commit 8ae9fdd

Please sign in to comment.