Skip to content

Commit

Permalink
Merge pull request #70 from DavHau/nixConfig
Browse files Browse the repository at this point in the history
add devenv.cachix.org to nixConfig of flake.nix
  • Loading branch information
domenkozar authored Nov 17, 2022
2 parents 340d67a + 4390218 commit 3fe7cba
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 = "devenv - Developer Environments";

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

inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
inputs.pre-commit-hooks.url = "github:cachix/pre-commit-hooks.nix";
inputs.flake-compat = {
Expand Down

0 comments on commit 3fe7cba

Please sign in to comment.