mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
use flake alias for rebuild scripts
This commit is contained in:
parent
a8072c9b52
commit
4f60999a6f
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ in
|
||||||
systemd.tmpfiles.rules = [ "e /home/sean/Downloads - - - 9d" ];
|
systemd.tmpfiles.rules = [ "e /home/sean/Downloads - - - 9d" ];
|
||||||
|
|
||||||
environment.systemPackages = map
|
environment.systemPackages = map
|
||||||
(x: (pkgs.writeShellScriptBin "sc-${x}" "nixos-rebuild ${x} --refresh --flake github:buckley310/nixos-config"))
|
(x: (pkgs.writeShellScriptBin "sc-${x}" "nixos-rebuild ${x} --refresh --flake bck"))
|
||||||
[ "boot" "build" "switch" "test" ];
|
[ "boot" "build" "switch" "test" ];
|
||||||
|
|
||||||
sconfig.user-settings = ''
|
sconfig.user-settings = ''
|
||||||
|
|
Loading…
Reference in a new issue