Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
willruggiano committed Mar 18, 2024
1 parent 533ea3d commit f69cd4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down

0 comments on commit f69cd4d

Please sign in to comment.