From 93551d9764e868658c1a6a4b294466c3032bff61 Mon Sep 17 00:00:00 2001 From: alydev Date: Wed, 24 Sep 2025 01:35:41 +1000 Subject: [PATCH] update --- Justfile | 2 ++ flake.nix | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Justfile b/Justfile index 7baa3d7..3b50b49 100644 --- a/Justfile +++ b/Justfile @@ -5,6 +5,8 @@ boot: nixos-rebuild boot --flake . --use-remote-sudo switch: + git add . + git commit -a -m "update" nixos-rebuild switch --flake . --use-remote-sudo debug: diff --git a/flake.nix b/flake.nix index 1194787..0252660 100644 --- a/flake.nix +++ b/flake.nix @@ -29,7 +29,7 @@ boot.loader.efi.canTouchEfiVariables = true; nix.settings.experimental-features = [ "nix-command" "flakes" ]; environment.systemPackages = with pkgs; [ - cargo rustc just git vim wget obs-studio gcc gnumake autoconf automake pkg-config + cargo rustc just git vim wget obs-studio gcc gnumake autoconf automake pkg-config rpi-imager ]; environment.variables.EDITOR = "vim"; security.sudo.wheelNeedsPassword = false;