Skip to content

Commit

Permalink
fix substituters.
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinafyi committed Jan 8, 2024
1 parent 31c855d commit 3acd1f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
nixConfig.extra-substituters = [ "https://pac-nix.cachix.org/" ];
nixConfig.extra-trusted-public-keys = [ "pac-nix.cachix.org-1:l29Pc2zYR5yZyfSzk1v17uEZkhEw0gI4cXuOIsxIGpc=" ];

inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";

outputs = { self, nixpkgs, ... }:
Expand Down Expand Up @@ -39,6 +42,5 @@

overlays.default = import ./overlay.nix;

nixConfig.substituters = [ "https://pac-nix.cachix.org/" ];
};
}

0 comments on commit 3acd1f6

Please sign in to comment.