Created
July 3, 2025 07:51
-
-
Save sputnikus/ebeb3fdcf2fcd174d52e950e1c6a0c20 to your computer and use it in GitHub Desktop.
Nix install on Artix + OpenRC + Fish
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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