From f69cd4d9116794e4cb9c3cbe01fd604d7fe16759 Mon Sep 17 00:00:00 2001 From: Will Ruggiano Date: Mon, 18 Mar 2024 12:11:24 -0600 Subject: [PATCH] fix: typo --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 58e9db1..a8eab6c 100644 --- a/flake.nix +++ b/flake.nix @@ -60,7 +60,7 @@ }; update.program = pkgs.writeShellApplication { name = "update.sh"; - runtimeIputs = with pkgs; [niv]; + runtimeInputs = with pkgs; [niv]; text = '' nix flake update && niv update &&