Fix asdf installation

Package name was wrong; I'm surprised that this didn't error when
running `nix run` in the flake...
main
Bo Jeanes 2024-07-17 14:24:09 +10:00
parent 6a11ce7622
commit 2d28fe7caf
1 changed files with 2 additions and 1 deletions

View File

@ -306,7 +306,8 @@
};
home.packages = with pkgs; [
asdf
# TODO: https://gist.github.com/axelbdt/0de9f5f9ba8a2100326b793f7bfb8658?permalink_comment_id=4977667#gistcomment-4977667
asdf-vm
];
};