Skip to content

Commit

Permalink
more specific alias for wsl
Browse files Browse the repository at this point in the history
explicit sudo path to avoid any potential issues
  • Loading branch information
webframp committed Aug 26, 2024
1 parent ef46bc6 commit 166b69e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/sme/galvatron-wsl.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
imports = [./global];

home.shellAliases = {
yay = "sudo nixos-rebuild switch --flake .#galvatron";
yay = "/run/wrappers/bin/sudo nixos-rebuild switch --flake .#galvatron";
};

# TODO these files need to exist but it's manual for now
Expand Down

0 comments on commit 166b69e

Please sign in to comment.