commit | 1c0014602e89a9e7eb46734a154003618907196f | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Mon Jan 22 15:33:45 2024 -0500 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Mon Jan 22 15:33:45 2024 -0500 |
tree | 3a7b181d2832187d28535e48379dded4151e501e | |
parent | 36688529ff52c7744f50ce5a0b408aa859918050 [diff] [blame] |
chore: fix pkgs order
diff --git a/shell.nix b/shell.nix index b3fe12c..f11ac39 100644 --- a/shell.nix +++ b/shell.nix
@@ -2,8 +2,8 @@ pkgs.mkShell { packages = with pkgs; [ - pkgs.go pkgs.earthly + pkgs.go pkgs.poetry ]; }