Skip to content

Commit

Permalink
Try to fix devenv issue with substituters
Browse files Browse the repository at this point in the history
Will need to wait for cachix/devenv#1532 to land
in a new release.
  • Loading branch information
francishamel committed Dec 14, 2024
1 parent c7c883e commit bda1dc0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions nixos/flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@
};
options = "--delete-older-than 30d";
};

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

nixpkgs.config.allowUnfree = true;
Expand Down

0 comments on commit bda1dc0

Please sign in to comment.