Skip to content

Commit

Permalink
anyrun: add cachix
Browse files Browse the repository at this point in the history
  • Loading branch information
fufexan committed Oct 6, 2023
1 parent c6ea2d2 commit 6f8fcbd
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 16 deletions.
38 changes: 26 additions & 12 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,7 @@
inputs.home-manager.follows = "hm";
};

anyrun = {
url = "github:Kirottu/anyrun";
inputs.nixpkgs.follows = "nixpkgs";
};
anyrun.url = "github:Kirottu/anyrun";

anyrun-nixos-options = {
url = "github:n3oney/anyrun-nixos-options";
Expand Down
2 changes: 2 additions & 0 deletions modules/desktop.nix
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,15 @@
nix = {
settings = {
substituters = [
"https://anyrun.cachix.org"
"https://nix-gaming.cachix.org"
"https://hyprland.cachix.org"
"https://cache.privatevoid.net"
];
trusted-public-keys = [
"nix-gaming.cachix.org-1:nbjlureqMbRAxR1gJ/f3hxemL9svXaZF/Ees8vCUUs4="
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
"anyrun.cachix.org-1:pqBobmOjI7nKlsUMV25u9QHa9btJK65/C8vnO3p346s="
"cache.privatevoid.net:SErQ8bvNWANeAvtsOESUwVYr2VJynfuc9JRwlzTTkVg="
];
};
Expand Down

0 comments on commit 6f8fcbd

Please sign in to comment.