1
0
forked from extern/nix-config

nix: Remove nix-gaming cache

No longer needed since I plan to just use the wine from nixpkgs.
This commit is contained in:
Donovan Glover 2023-06-22 09:31:39 -04:00
parent 7b79bbae70
commit 59eb54e1e5
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -7,9 +7,6 @@
settings = {
experimental-features = [ "nix-command" "flakes" "repl-flake" ];
auto-optimise-store = true;
substituters = [ "https://nix-gaming.cachix.org" ];
trusted-public-keys = [ "nix-gaming.cachix.org-1:nbjlureqMbRAxR1gJ/f3hxemL9svXaZF/Ees8vCUUs4=" ];
};
};
}