7 lines
175 B
Bash
Executable File
7 lines
175 B
Bash
Executable File
#!/bin/bash
|
|
|
|
#git add . # YOLO
|
|
#nix build ./_ubuntu --extra-experimental-features "nix-command flakes" -vvv
|
|
nix run ./_ubuntu switch -vv
|
|
home-manager switch --flake ./_ubuntu
|