nix flake update

This commit is contained in:
2025-07-28 14:56:16 +03:00
parent 6a93531b57
commit a8b54dbfb4
2 changed files with 35 additions and 3 deletions

6
flake.lock generated
View File

@@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1753250450, "lastModified": 1753549186,
"narHash": "sha256-i+CQV2rPmP8wHxj0aq4siYyohHwVlsh40kV89f3nw1s=", "narHash": "sha256-Znl7rzuxKg/Mdm6AhimcKynM7V3YeNDIcLjBuoBcmNs=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "fc02ee70efb805d3b2865908a13ddd4474557ecf", "rev": "17f6bd177404d6d43017595c5264756764444ab8",
"type": "github" "type": "github"
}, },
"original": { "original": {

32
t updateqqqqqqaa Normal file
View File

@@ -0,0 +1,32 @@
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