atlas generation 22 kernel version 6.19.2 at 15:43:25 2026-02-20 rebuilding
This commit is contained in:
parent
fb88c5693a
commit
1a3c0b95bc
4 changed files with 26 additions and 18 deletions
|
|
@ -6,13 +6,13 @@
|
||||||
"color": {
|
"color": {
|
||||||
"1": "#c0bb6e",
|
"1": "#c0bb6e",
|
||||||
"2": "#359a57",
|
"2": "#359a57",
|
||||||
"3": "",
|
"3": "#c0bb6e",
|
||||||
"4": "",
|
"4": "#359a57",
|
||||||
"5": "",
|
"5": "#c0bb6e",
|
||||||
"6": "",
|
"6": "#359a57",
|
||||||
"7": "",
|
"7": "#c0bb6e",
|
||||||
"8": "",
|
"8": "#359a57",
|
||||||
"9": ""
|
"9": "#c0bb6e"
|
||||||
},
|
},
|
||||||
"width": null,
|
"width": null,
|
||||||
"height": null,
|
"height": null,
|
||||||
|
|
|
||||||
18
flake.lock
generated
18
flake.lock
generated
|
|
@ -20,11 +20,11 @@
|
||||||
},
|
},
|
||||||
"nixos-hardware": {
|
"nixos-hardware": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1771423359,
|
"lastModified": 1771969195,
|
||||||
"narHash": "sha256-yRKJ7gpVmXbX2ZcA8nFi6CMPkJXZGjie2unsiMzj3Ig=",
|
"narHash": "sha256-qwcDBtrRvJbrrnv1lf/pREQi8t2hWZxVAyeMo7/E9sw=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixos-hardware",
|
"repo": "nixos-hardware",
|
||||||
"rev": "740a22363033e9f1bb6270fbfb5a9574067af15b",
|
"rev": "41c6b421bdc301b2624486e11905c9af7b8ec68e",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
@ -36,11 +36,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1771369470,
|
"lastModified": 1771848320,
|
||||||
"narHash": "sha256-0NBlEBKkN3lufyvFegY4TYv5mCNHbi5OmBDrzihbBMQ=",
|
"narHash": "sha256-0MAd+0mun3K/Ns8JATeHT1sX28faLII5hVLq0L3BdZU=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "0182a361324364ae3f436a63005877674cf45efb",
|
"rev": "2fc6539b481e1d2569f25f8799236694180c0993",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
@ -51,11 +51,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs-stable": {
|
"nixpkgs-stable": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1771419570,
|
"lastModified": 1772047000,
|
||||||
"narHash": "sha256-bxAlQgre3pcQcaRUm/8A0v/X8d2nhfraWSFqVmMcBcU=",
|
"narHash": "sha256-7DaQVv4R97cii/Qdfy4tmDZMB2xxtyIvNGSwXBBhSmo=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "6d41bc27aaf7b6a3ba6b169db3bd5d6159cfaa47",
|
"rev": "1267bb4920d0fc06ea916734c11b0bf004bbe17e",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,11 @@ if [[ $* =~ u ]]; then
|
||||||
nix flake update
|
nix flake update
|
||||||
fi
|
fi
|
||||||
git add . && git diff HEAD --minimal && git commit -am "$current rebuilding"
|
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
|
if [[ $* =~ p ]]; then
|
||||||
sync-dotfiles
|
sync-dotfiles
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,11 @@ if [[ $* =~ u ]]; then
|
||||||
nix flake update
|
nix flake update
|
||||||
fi
|
fi
|
||||||
git add . && git diff HEAD --minimal && git commit -am "$current rebuilding"
|
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
|
if [[ $* =~ p ]]; then
|
||||||
sync-dotfiles
|
sync-dotfiles
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue