diff --git a/flake.lock b/flake.lock index 7345cb3..5ac140f 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1751011381, - "narHash": "sha256-krGXKxvkBhnrSC/kGBmg5MyupUUT5R6IBCLEzx9jhMM=", + "lastModified": 1751637120, + "narHash": "sha256-xVNy/XopSfIG9c46nRmPaKfH1Gn/56vQ8++xWA8itO4=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "30e2e2857ba47844aa71991daa6ed1fc678bcbb7", + "rev": "5c724ed1388e53cc231ed98330a60eb2f7be4be3", "type": "github" }, "original": { diff --git a/justfile b/justfile index 0c8a0cf..9912a5c 100644 --- a/justfile +++ b/justfile @@ -3,21 +3,21 @@ update-config: nix flake update git add . git commit - sudo nixos-rebuild switch --upgrade --flake ~/flakescfg + 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 ~/flakescfg + 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 ~/flakescfg + sudo nixos-rebuild boot --upgrade --flake ~/haus#puter git push update-config-and-reboot: @@ -25,8 +25,8 @@ update-config-and-reboot: nix flake update git add . git commit - sudo nixos-rebuild boot --upgrade --flake ~/flakescfg + sudo nixos-rebuild boot --upgrade --flake ~/haus#puter git push upgrade: - sudo nixos-rebuild switch --upgrade --flake ~/flakescfg + sudo nixos-rebuild switch --upgrade --flake ~/haus#puter