Skip to content

Commit

Permalink
cachix: delete it, again
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Oct 6, 2023
1 parent a14fa8f commit 558c17a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 30 deletions.
13 changes: 0 additions & 13 deletions cachix.nix

This file was deleted.

8 changes: 0 additions & 8 deletions cachix/nix-community.nix

This file was deleted.

8 changes: 0 additions & 8 deletions cachix/thiagokokada-nix-configs.nix

This file was deleted.

9 changes: 8 additions & 1 deletion nixos/nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ let
in
{
imports = [
../../cachix.nix
../../overlays
./cross-compiling.nix
];
Expand Down Expand Up @@ -39,6 +38,14 @@ in
# Leave nix builds as a background task
daemonCPUSchedPolicy = "idle";
}
{
settings = {
# For some reason when nix is running as daemon,
# extra-{substituters,trusted-public-keys} doesn't work
substituters = [ "https://cache.nixos.org/" ] ++ flake.outputs.nixConfig.extra-substituters;
trusted-public-keys = flake.outputs.nixConfig.extra-trusted-public-keys;
};
}
];

# Enable unfree packages
Expand Down

0 comments on commit 558c17a

Please sign in to comment.