mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 17:54:08 -05:00
change nup so we dont need copy of repo on host
This commit is contained in:
parent
b8eb01ba9d
commit
c7d38d5d9f
1 changed files with 2 additions and 1 deletions
|
|
@ -16,7 +16,8 @@
|
|||
shellAliases = {
|
||||
lah = "ls -lah";
|
||||
set-nixpkgs-upstream = "git remote add upstream https://github.com/NixOS/nixpkgs.git";
|
||||
nup = "sudo nixos-rebuild switch --flake .";
|
||||
nup = "sudo nixos-rebuild switch --flake github:TheWanderingCrow/CrOS";
|
||||
lnup = "sudo nixos-rebuild switch --flake ."; # Local test rebuilds
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue