nix
command not found when converting Determinate Installer system #173
Labels
No labels
Area/build-packaging
Area/cli
Area/evaluator
Area/fetching
Area/flakes
Area/language
Area/profiles
Area/protocol
Area/releng
Area/remote-builds
Area/repl
Area/store
bug
crash 💥
Cross Compilation
devx
docs
Downstream Dependents
E/easy
E/hard
E/help wanted
E/reproducible
E/requires rearchitecture
imported
Needs Langver
OS/Linux
OS/macOS
performance
regression
release-blocker
RFD
stability
Status
blocked
Status
invalid
Status
postponed
Status
wontfix
testing
testing/flakey
ux
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lix-project/lix#173
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the bug
$out/etc/profile.d/nix-daemon.sh
is no longer created. This script is used by the Determinate Installer to add nix to the environment in/etc/zshrc
.The likely cause seems to be
93cc063344
@puckSteps To Reproduce
Comparing build output of
nix
andlix
packages.Expected behavior
$out/etc/profile.d/nix-daemon.sh
is expected to be presentnix-env --version
outputnix-env (Nix) 2.20.5
Additional context
System nix is installed with Determinate Installer on macOS.
Related to lix-project/nixos-module#7