Update helper

This commit is contained in:
kat witch 2021-11-21 22:41:15 +00:00 committed by kat
parent 08676fb81d
commit 92bc667104
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -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; [