Skip to content
This repository was archived by the owner on Jul 6, 2026. It is now read-only.
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Containerfile.ipxe
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ RUN chmod +x /tmp/nix-installer \
&& /tmp/nix-installer install linux \
--extra-conf "sandbox = false" \
--extra-conf "filter-syscalls = false" \
--init none \
--no-confirm \
--init none \
&& rm -f /tmp/nix-installer

# Настройка PATH для Nix
ENV PATH="${PATH}:/nix/var/nix/profiles/default/bin"
ENV PATH="/root/.nix-profile/bin:/nix/var/nix/profiles/default/bin:${PATH}"

WORKDIR /app

Expand Down
Loading
Loading