mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
nix: add garnix cache to nixConfig
Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
parent
26474d1374
commit
839adfc90b
2 changed files with 7 additions and 1 deletions
|
|
@ -1,6 +1,11 @@
|
|||
{
|
||||
description = "A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once (Fork of MultiMC)";
|
||||
|
||||
nixConfig = {
|
||||
extra-substituters = ["https://cache.garnix.io"];
|
||||
extra-trusted-public-keys = ["cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="];
|
||||
};
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
||||
flake-parts = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue