Not bad aurora

playing with nix packages on aurora and so far so good




run my script in a fedora39 container (boxbuddy)

> bash -c "$(curl -fsSL https://raw.githubusercontent.com/tolgaerok/tolga-scripts/main/CUSTOM-SCRIPTS/INSTALL-NIXOS-PKG-MANAGER/SOLUS/nix-pkg-installer.sh)"

Then amend the following in your bashrc

### --- NIX RELATED --- ###
export NIXPKGS_ALLOW_INSECURE=1
export PATH="$HOME.nix-profile/bin:$PATH"
. $HOME/.nix-profile/etc/profile.d/nix.sh
1 Like

3 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.