Skip to content

Commit

Permalink
[work] Install uv
Browse files Browse the repository at this point in the history
  • Loading branch information
gmacon committed Nov 8, 2024
1 parent ee2a515 commit 3e39382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home-manager/work/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{
home.packages = builtins.attrValues {
inherit (pkgs) acsaml rclone tmux;
inherit (unstablePkgs) rye;
inherit (unstablePkgs) rye uv;
};

# Vagrant
Expand Down

0 comments on commit 3e39382

Please sign in to comment.