From 92bc6671044f32c491ea80130eaab2b5cb0aeac7 Mon Sep 17 00:00:00 2001 From: kat witch Date: Sun, 21 Nov 2021 22:41:15 +0000 Subject: [PATCH] Update helper --- devShell.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/devShell.nix b/devShell.nix index 08405cb8..316eb985 100644 --- a/devShell.nix +++ b/devShell.nix @@ -26,6 +26,10 @@ let done cd $START_DIR ''; + nf-update = pkgs.writeShellScriptBin "nf-update" '' + nix flake update + nix flake lock ./trusted --update-input trusted + ''; in with lib; pkgs.mkShell { nativeBuildInputs = with pkgs; [