Skip to content

Commit

Permalink
Merge pull request #569 from Nix-QChem/fix-flake-cachix
Browse files Browse the repository at this point in the history
flake: add cachix public key to nixConfig.
  • Loading branch information
sheepforce authored Oct 21, 2024
2 parents b1621c8 + a6096ec commit e700ff0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

nixConfig = {
extra-substituters = [ "https://nix-qchem.cachix.org" ];
extra-trusted-public-keys = [ "nix-qchem.cachix.org-1:ZjRh1PosWRj7qf3eukj4IxjhyXx6ZwJbXvvFk3o3Eos=" ];

allow-import-from-derivation = "true";
};
Expand Down

0 comments on commit e700ff0

Please sign in to comment.