From 157efd3b6634b8c1fd9dae349bd88745e1970bfc Mon Sep 17 00:00:00 2001 From: Don Harper Date: Thu, 23 Nov 2023 18:49:56 -0600 Subject: [PATCH] update makefile to improve flake.lock updates + flack.lock update --- flake.lock | 6 +++--- makefile | 7 ++++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 530d40f..9a762c4 100644 --- a/flake.lock +++ b/flake.lock @@ -39,11 +39,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1700390070, - "narHash": "sha256-de9KYi8rSJpqvBfNwscWdalIJXPo8NjdIZcEJum1mH0=", + "lastModified": 1700612854, + "narHash": "sha256-yrQ8osMD+vDLGFX7pcwsY/Qr5PUd6OmDMYJZzZi0+zc=", "owner": "nixos", "repo": "nixpkgs", - "rev": "e4ad989506ec7d71f7302cc3067abd82730a4beb", + "rev": "19cbff58383a4ae384dea4d1d0c823d72b49d614", "type": "github" }, "original": { diff --git a/makefile b/makefile index 4a8ec48..18a74d4 100644 --- a/makefile +++ b/makefile @@ -4,9 +4,10 @@ all: weekly: pull clean update ci all push update: - nix flake lock --update-input nixpkgs - nix flake lock --update-input nixos-hardware - nix flake lock --update-input home-manager + nix flake update + #nix flake lock --update-input nixpkgs + #nix flake lock --update-input nixos-hardware + #nix flake lock --update-input home-manager vm: doas nixos-rebuild switch --flake .#vm2 && result/bin/run-*-vm