mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
remove "sc-" aliases
This commit is contained in:
parent
1fdd7edc53
commit
ebcdbf5d9c
1 changed files with 0 additions and 14 deletions
|
@ -17,20 +17,6 @@
|
|||
|
||||
systemd.tmpfiles.rules = [ "e /home/sean/Downloads - - - 9d" ];
|
||||
|
||||
environment.systemPackages =
|
||||
[
|
||||
(pkgs.writeShellScriptBin "sc-check" ''
|
||||
out="$(mktemp -d)"
|
||||
nix build -o "$out/out" \
|
||||
"bck#nixosConfigurations.$(hostname).config.system.build.toplevel"
|
||||
readlink /run/current-system "$out/out"
|
||||
rm -r "$out"
|
||||
'')
|
||||
]
|
||||
++ map
|
||||
(x: (pkgs.writeShellScriptBin "sc-${x}" "nixos-rebuild ${x} --refresh --flake bck"))
|
||||
[ "boot" "build" "switch" "test" ];
|
||||
|
||||
environment.etc."my-settings.sh".text = ''
|
||||
git config --global user.email "sean.bck@gmail.com"
|
||||
git config --global user.name "Sean Buckley"
|
||||
|
|
Loading…
Reference in a new issue