mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
Add nix-on-droid cachix as substituter
Allows to install proot via cached version.
This commit is contained in:
parent
888b3c2d5b
commit
58593bc2d9
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,8 @@ in
|
|||
|
||||
nixConf = writeText "nix.conf" ''
|
||||
sandbox = false
|
||||
substituters = https://cache.nixos.org https://nix-on-droid.cachix.org
|
||||
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= nix-on-droid.cachix.org-1:56snoMJTXmDRC1Ei24CmKoUqvHJ9XCp+nidK7qkMQrU=
|
||||
'';
|
||||
|
||||
nixOnDroidInstall = callPackage ./nix-on-droid-install.nix { };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue