improve nix-shell-run with args

This commit is contained in:
Noah Masur
2022-07-05 08:42:24 -04:00
parent 076068aa85
commit 7093ba7791
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
black # Python formatter
];
programs.fish.shellAbbrs = { py = "python"; };
programs.fish.shellAbbrs = { py = "python3"; };
};