diff options
author | Rory& <root@rory.gay> | 2024-07-03 01:31:00 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-07-04 14:45:02 +0200 |
commit | 5492701b329e844d1b9097c97bc8afdd9cd72c97 (patch) | |
tree | ec6ea9949cd00535b6e15864ced2b1a807c632ab /rebuild-wsl-no-update.sh | |
parent | Add temporary matrix server (diff) | |
download | Rory-Open-Architecture-5492701b329e844d1b9097c97bc8afdd9cd72c97.tar.xz |
Add dotfiles, portable changes
Diffstat (limited to '')
-rwxr-xr-x | rebuild-wsl-no-update.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rebuild-wsl-no-update.sh b/rebuild-wsl-no-update.sh index 0f9284c..f522e30 100755 --- a/rebuild-wsl-no-update.sh +++ b/rebuild-wsl-no-update.sh @@ -1,4 +1,5 @@ #!/usr/bin/env sh +source lib/lib nom build .#nixosConfigurations.${HOSTNAME}.config.system.build.toplevel && sudo nixos-rebuild switch --flake .#${HOSTNAME} #./build.sh / $HOSTNAME |