Skip to content

Commit

Permalink
add cachix as trusted substituer
Browse files Browse the repository at this point in the history
  • Loading branch information
uku3lig committed Dec 24, 2023
1 parent 937e71e commit 3e9b2b3
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 = "example flake idk";

nixConfig = {
extra-substituers = ["https://uku3lig.cachix.org"];
extra-public-trusted-keys = ["uku3lig.cachix.org-1:C1/9DNUadh2pueAo+LUkVNUKyIVjF/CREd9RS9E+F2A="];
};

inputs = {
nixpkgs.url = "nixpkgs/nixos-unstable";
nixpkgs-stable.url = "nixpkgs/nixos-23.11";
Expand Down

0 comments on commit 3e9b2b3

Please sign in to comment.