mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
add "test" rebuild script
This commit is contained in:
parent
c96c95b742
commit
45ad7b6d5b
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ in
|
|||
|
||||
environment.systemPackages = map
|
||||
(x: (pkgs.writeShellScriptBin "sc-${x}" "nixos-rebuild ${x} --refresh --flake github:buckley310/nixos-config"))
|
||||
[ "switch" "build" "boot" ];
|
||||
[ "boot" "build" "switch" "test" ];
|
||||
|
||||
sconfig.user-settings = ''
|
||||
git config --global user.email "sean.bck@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue