25 current 2024-04-17 19:09:04 23.11.20240405.72da83d 6.1.84 *
This commit is contained in:
parent
bab5100db9
commit
2a4080755c
@ -52,6 +52,7 @@
|
||||
docker
|
||||
git
|
||||
ranger
|
||||
sops
|
||||
vim
|
||||
wget
|
||||
];
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
set -e
|
||||
pushd ~/.nixos/
|
||||
${pkgs.alejandra}/bin/alejandra . &>/dev/null
|
||||
${pkgs.git}/bin/git diff -U0 *.nix
|
||||
${pkgs.git}/bin/git diff -U0
|
||||
echo "NixOS Rebuilding..."
|
||||
sudo nixos-rebuild switch --flake . &>nixos-switch.log || (
|
||||
${pkgs.coreutils-full}/bin/cat nixos-switch.log | ${pkgs.gnugrep}/bin/grep --color error && false)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user