Skip to content

Commit

Permalink
update: use trusted cache and settings
Browse files Browse the repository at this point in the history
  • Loading branch information
emattiza committed Nov 24, 2023
1 parent 27d04a8 commit 6641d55
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
description = "Jordan's Neovim Configuration";
nixConfig = {
extra-substituters = "https://emattiza.cachix.org";
extra-trusted-public-keys = "emattiza.cachix.org-1:DngCwMkBckEJbfnPU2/a01IgIczF1NmWmbNX4qoZK6w=";
};
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
nix2container.url = "github:nlewo/nix2container";
Expand Down

0 comments on commit 6641d55

Please sign in to comment.