Skip to content

Commit

Permalink
fix executable name misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
joelmccracken committed Dec 31, 2023
1 parent d45623d commit 99d4866
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion workstation.org
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ emit_nix_conf_content | \
*** restart nix daemons
Sometimes we need to restart the nix daemons, e.g. after editing the nix config
file.
#+begin_src sh :tangle ./lib/shell/setup/restart_nix_deamon.sh :shebang "#!/usr/bin/env bash" :noweb yes
#+begin_src sh :tangle ./lib/shell/setup/restart_nix_daemon.sh :shebang "#!/usr/bin/env bash" :noweb yes
source ~/workstation/lib/shell/funcs.sh
function restart_nix_daemon_linux() {
sudo systemctl restart nix-daemon.service;
Expand Down

0 comments on commit 99d4866

Please sign in to comment.