3 lines
71 B
Bash
Executable File
3 lines
71 B
Bash
Executable File
#!/usr/bin/env sh
|
|
sudo nixos-rebuild switch --flake '.#' --impure "$@"
|