25 current 2024-04-17 19:09:04 23.11.20240405.72da83d 6.1.84 *

This commit is contained in:
Jonas Röger 2024-04-17 19:09:13 +02:00
parent bab5100db9
commit 2a4080755c
Signed by: jonas
GPG Key ID: 4000EB35E1AE0F07
2 changed files with 2 additions and 1 deletions

View File

@ -52,6 +52,7 @@
docker
git
ranger
sops
vim
wget
];

View File

@ -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)