nix flake update

This commit is contained in:
2025-09-16 21:51:05 +03:00
parent cf3d5f3ccf
commit f95fcb9909
2 changed files with 3 additions and 35 deletions

6
flake.lock generated
View File

@@ -2,11 +2,11 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1756125398,
"narHash": "sha256-XexyKZpf46cMiO5Vbj+dWSAXOnr285GHsMch8FBoHbc=",
"lastModified": 1757745802,
"narHash": "sha256-hLEO2TPj55KcUFUU1vgtHE9UEIOjRcH/4QbmfHNF820=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "3b9f00d7a7bf68acd4c4abb9d43695afb04e03a5",
"rev": "c23193b943c6c689d70ee98ce3128239ed9e32d1",
"type": "github"
},
"original": {

View File

@@ -1,32 +0,0 @@
update-config:
 alejandra .
 nix flake update
 git add .
 git commit
 sudo nixos-rebuild switch --upgrade --flake ~/haus#puter
 git push
update:
 nix flake update
 git add .
 git commit -m "nix flake update"
 sudo nixos-rebuild switch --upgrade --flake ~/haus#puter
 git push
update-and-reboot:
 nix flake update
 git add .
 git commit -m "nix flake update"
 sudo nixos-rebuild boot --upgrade --flake ~/haus#puter
 git push
update-config-and-reboot:
 alejandra .
 nix flake update
 git add .
 git commit
 sudo nixos-rebuild boot --upgrade --flake ~/haus#puter
 git push
upgrade:
 sudo nixos-rebuild switch --upgrade --flake ~/haus#puter