Skip to content

Commit

Permalink
pkgs/nix-directory: update nix to 2.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
t184256 committed Feb 17, 2024
1 parent 6bccf0a commit 45272c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/nix-directory.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2019-2023, see AUTHORS. Licensed under MIT License, see LICENSE.
# Copyright (c) 2019-2024, see AUTHORS. Licensed under MIT License, see LICENSE.

{ config, lib, stdenv, closureInfo, prootTermux, proot, pkgsStatic }:

Expand All @@ -24,8 +24,8 @@ stdenv.mkDerivation {
name = "nix-directory";

src = builtins.fetchurl {
url = "https://nixos.org/releases/nix/nix-2.16.1/nix-2.16.1-${config.build.arch}-linux.tar.xz";
sha256 = "1v7k1cajyxgaq3adrzykaf0a32n5pyrd7njy0rns1fma85y8n944";
url = "https://nixos.org/releases/nix/nix-2.18.1/nix-2.18.1-${config.build.arch}-linux.tar.xz";
sha256 = "sha256:1m80azhagx30lpsx8lfs18q2swg8m73n2jck37cjflfwny7ghrc4";
};

PROOT_NO_SECCOMP = 1; # see https://github.com/proot-me/PRoot/issues/106
Expand Down

0 comments on commit 45272c7

Please sign in to comment.