nixos-edit: fix typo
This commit is contained in:
parent
42ddb11d3c
commit
75515431f8
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ pkgs.writeShellScriptBin "nixos-edit" ''
|
|||
sudo hx .
|
||||
fi
|
||||
if [ "$1" = "add" ] ; then
|
||||
sed -i -E "s/#marker.pkgs.end#/$2\n #marker.pkgs.end#" home.nix
|
||||
sed -i -E "s/#marker.pkgs.end#/$2\n #marker.pkgs.end#/" home.nix
|
||||
git diff
|
||||
fi
|
||||
if [ $PUSH = 0 ] ; then
|
||||
|
|
Loading…
Add table
Reference in a new issue