Skip to content

Commit 094e4d1

Browse files
committed
fix(niri): enable binary cache for forked niri-flake
1 parent cd74b20 commit 094e4d1

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

modules/base/nix.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
substituters = [
1111
"https://cache.nixos.org"
1212
"https://nix-community.cachix.org"
13-
"https://niri.cachix.org"
13+
"https://niri-epireyn.cachix.org"
1414
"https://noctalia.cachix.org"
1515
"https://cache.numtide.com"
1616
];
1717
trusted-public-keys = [
1818
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
1919
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
20-
"niri.cachix.org-1:Wv0OmO7PsuocRKzfDoJ3mulSl7Z6oezYhGhR+3W2964="
20+
"niri-epireyn.cachix.org-1:tlVyFN7CtsDT+ZcLPS+ekFWeT1X6X4OqvWqbBMyIzFA="
2121
"noctalia.cachix.org-1:pCOR47nnMEo5thcxNDtzWpOxNFQsBRglJzxWPp3dkU4="
2222
"niks3.numtide.com-1:DTx8wZduET09hRmMtKdQDxNNthLQETkc/yaX7M4qK0g="
2323
];

modules/nixos/optional/niri.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ in {
1818

1919
config = mkIf cfg.enable {
2020
nixpkgs.overlays = [inputs.niri-flake.overlays.niri];
21+
niri-flake.cache.enable = false;
2122

2223
programs.niri = {
2324
enable = true;

0 commit comments

Comments
 (0)