atlas generation 22 kernel version 6.19.2 at 15:43:25 2026-02-20 rebuilding

This commit is contained in:
morganmayday 2026-02-28 06:36:09 -08:00
parent fb88c5693a
commit 1a3c0b95bc
4 changed files with 26 additions and 18 deletions

View file

@ -6,13 +6,13 @@
"color": {
"1": "#c0bb6e",
"2": "#359a57",
"3": "",
"4": "",
"5": "",
"6": "",
"7": "",
"8": "",
"9": ""
"3": "#c0bb6e",
"4": "#359a57",
"5": "#c0bb6e",
"6": "#359a57",
"7": "#c0bb6e",
"8": "#359a57",
"9": "#c0bb6e"
},
"width": null,
"height": null,

18
flake.lock generated
View file

@ -20,11 +20,11 @@
},
"nixos-hardware": {
"locked": {
"lastModified": 1771423359,
"narHash": "sha256-yRKJ7gpVmXbX2ZcA8nFi6CMPkJXZGjie2unsiMzj3Ig=",
"lastModified": 1771969195,
"narHash": "sha256-qwcDBtrRvJbrrnv1lf/pREQi8t2hWZxVAyeMo7/E9sw=",
"owner": "NixOS",
"repo": "nixos-hardware",
"rev": "740a22363033e9f1bb6270fbfb5a9574067af15b",
"rev": "41c6b421bdc301b2624486e11905c9af7b8ec68e",
"type": "github"
},
"original": {
@ -36,11 +36,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1771369470,
"narHash": "sha256-0NBlEBKkN3lufyvFegY4TYv5mCNHbi5OmBDrzihbBMQ=",
"lastModified": 1771848320,
"narHash": "sha256-0MAd+0mun3K/Ns8JATeHT1sX28faLII5hVLq0L3BdZU=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "0182a361324364ae3f436a63005877674cf45efb",
"rev": "2fc6539b481e1d2569f25f8799236694180c0993",
"type": "github"
},
"original": {
@ -51,11 +51,11 @@
},
"nixpkgs-stable": {
"locked": {
"lastModified": 1771419570,
"narHash": "sha256-bxAlQgre3pcQcaRUm/8A0v/X8d2nhfraWSFqVmMcBcU=",
"lastModified": 1772047000,
"narHash": "sha256-7DaQVv4R97cii/Qdfy4tmDZMB2xxtyIvNGSwXBBhSmo=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "6d41bc27aaf7b6a3ba6b169db3bd5d6159cfaa47",
"rev": "1267bb4920d0fc06ea916734c11b0bf004bbe17e",
"type": "github"
},
"original": {

View file

@ -9,7 +9,11 @@ if [[ $* =~ u ]]; then
nix flake update
fi
git add . && git diff HEAD --minimal && git commit -am "$current rebuilding"
sudo nixos-rebuild switch --impure --flake $DOTFILES_DIR#$HOSTNAME &> nixos-switch.log || (cat nixos-switch.log | grep --color error && notify-send -e "NixOS Rebuild Failed!" --icon=software-update-available && exit 1) && notify-send -e "NixOS Rebuilt OK!" --icon=software-update-available
if [[ $* =~ v ]]; then
sudo nixos-rebuild switch --impure --flake $DOTFILES_DIR#$HOSTNAME
else
sudo nixos-rebuild switch --impure --flake $DOTFILES_DIR#$HOSTNAME &> nixos-switch.log || (cat nixos-switch.log | grep --color error && notify-send -e "NixOS Rebuild Failed!" --icon=software-update-available && exit 1) && notify-send -e "NixOS Rebuilt OK!" --icon=software-update-available
fi
if [[ $* =~ p ]]; then
sync-dotfiles
fi

View file

@ -9,7 +9,11 @@ if [[ $* =~ u ]]; then
nix flake update
fi
git add . && git diff HEAD --minimal && git commit -am "$current rebuilding"
sudo nixos-rebuild switch --impure --flake $DOTFILES_DIR#$HOSTNAME &> nixos-switch.log || (cat nixos-switch.log | grep --color error && notify-send -e "NixOS Rebuild Failed!" --icon=software-update-available && exit 1) && notify-send -e "NixOS Rebuilt OK!" --icon=software-update-available
if [[ $* =~ v ]]; then
sudo nixos-rebuild switch --impure --flake $DOTFILES_DIR#$HOSTNAME
else
sudo nixos-rebuild switch --impure --flake $DOTFILES_DIR#$HOSTNAME &> nixos-switch.log || (cat nixos-switch.log | grep --color error && notify-send -e "NixOS Rebuild Failed!" --icon=software-update-available && exit 1) && notify-send -e "NixOS Rebuilt OK!" --icon=software-update-available
fi
if [[ $* =~ p ]]; then
sync-dotfiles
fi