NixOS-based container for running GitHub actions
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix links

+4
+4
flake.nix
··· 417 417 ln -s ${pkgs.coreutils}/bin/env $out/usr/bin/env 418 418 ln -s ${pkgs.bashInteractive}/bin/bash $out/bin/sh 419 419 420 + # https://github.com/containerd/containerd/issues/12683 421 + ln --symbolic --force "$(realpath --relative-to=$out/etc $out/etc/passwd)" $out/etc/passwd 422 + ln --symbolic --force "$(realpath --relative-to=$out/etc $out/etc/group)" $out/etc/group 423 + 420 424 '' 421 425 + (lib.optionalString (flake-registry != null) '' 422 426 nixCacheDir="/root/.cache/nix"