From 591c466ef5d11090f0f2b33c5a5dd4cddca397f2 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Sat, 14 Feb 2026 11:24:39 -0600 Subject: [PATCH] fix links --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index cd5d33c..666a08b 100644 --- a/flake.nix +++ b/flake.nix @@ -417,6 +417,10 @@ ln -s ${pkgs.coreutils}/bin/env $out/usr/bin/env ln -s ${pkgs.bashInteractive}/bin/bash $out/bin/sh + # https://github.com/containerd/containerd/issues/12683 + ln --symbolic --force "$(realpath --relative-to=$out/etc $out/etc/passwd)" $out/etc/passwd + ln --symbolic --force "$(realpath --relative-to=$out/etc $out/etc/group)" $out/etc/group + '' + (lib.optionalString (flake-registry != null) '' nixCacheDir="/root/.cache/nix" -- 2.51.2