Skip to content

Commit

Permalink
fix(build): nixos-wsl & googled-dragon build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dr460nf1r3 committed May 9, 2024
1 parent 18ef80f commit 7589281
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions nixos/google-dragon/google-dragon.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
inputs,
lib,
...
}: {
imports = ["${toString inputs.nixpkgs}/nixos/modules/virtualisation/google-compute-image.nix"];

Expand Down
2 changes: 1 addition & 1 deletion nixos/nixos-wsl/nixos-wsl.nix
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
config.enable = true;
};
shellAbbrs = {
"reb" = " sudo nixos-rebuild switch -L";
"rebl" = " sudo nixos-rebuild switch -L";
"roll" = "sudo nixos-rebuild switch --rollback";
"su" = "sudo su -";
"tarnow" = "tar acf ";
Expand Down

0 comments on commit 7589281

Please sign in to comment.