mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +01:00
pkgs/nix-directory.nix: simplify to one arch
This commit is contained in:
parent
cf5364dc55
commit
d2e9c379df
1 changed files with 1 additions and 7 deletions
|
|
@ -24,13 +24,7 @@ stdenv.mkDerivation {
|
|||
|
||||
src = builtins.fetchurl {
|
||||
url = "https://nixos.org/releases/nix/nix-2.3.13/nix-2.3.13-${config.build.arch}-linux.tar.xz";
|
||||
sha256 =
|
||||
let
|
||||
archShas = {
|
||||
aarch64 = "1hl6pd02nssscn32mrndif2fxfssxiarrpjvqyjicwnz6yn9mhpq";
|
||||
};
|
||||
in
|
||||
"${archShas.${config.build.arch}}";
|
||||
sha256 = "1hl6pd02nssscn32mrndif2fxfssxiarrpjvqyjicwnz6yn9mhpq";
|
||||
};
|
||||
|
||||
PROOT_NO_SECCOMP = 1; # see https://github.com/proot-me/PRoot/issues/106
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue