Skip to content

Instantly share code, notes, and snippets.

@sputnikus
Created July 3, 2025 07:51
Show Gist options
  • Save sputnikus/ebeb3fdcf2fcd174d52e950e1c6a0c20 to your computer and use it in GitHub Desktop.
Save sputnikus/ebeb3fdcf2fcd174d52e950e1c6a0c20 to your computer and use it in GitHub Desktop.
Nix install on Artix + OpenRC + Fish
curl --proto '=https' --tlsv1.2 -L https://nixos.org/nix/install | sh -s -- --daemon
sudo chmod a+x /etc/init.d/nix-daemon
fisher install kidonng/nix-completions.fish
#!/sbin/openrc-run
name=$RC_SVCNAME
description="Nix Daemon"
supervisor="supervise-daemon"
command="/nix/var/nix/profiles/default/bin/nix-daemon"
command_args="--daemon"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment