Skip to content

Commit

Permalink
feat: add substituter to nixConfig in flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
tennox committed Jan 19, 2025
1 parent 4775242 commit 6e53874
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,11 @@

debug = true;
};


nixConfig = {
extra-substituters = [ "https://attic.tam.ma/attic" ];
extra-trusted-public-keys = [ "attic:Dc088G5QEZnihlLq73D4RWw8PbQ+SIe0UHslzqXdULs=" ];
};

}

0 comments on commit 6e53874

Please sign in to comment.