i'm an idiot

This commit is contained in:
tristan 2023-04-25 18:18:31 +01:00
parent 782e7da908
commit 7350b5a51f
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ in
ansible ansible
thunderbird thunderbird
(pkgs.writeShellScriptBin "my-editor" '' (pkgs.writeShellScriptBin "my-editor" ''
code code $@
'') '')
(pkgs.makeDesktopItem { (pkgs.makeDesktopItem {
name = "teams"; name = "teams";

View file

@ -16,7 +16,7 @@
monero-gui monero-gui
xmrig xmrig
(pkgs.writeShellScriptBin "my-editor" '' (pkgs.writeShellScriptBin "my-editor" ''
codium codium $@
'') '')
]; ];