aboutsummaryrefslogtreecommitdiff
path: root/nix/flake/packages.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-03-07share configuration for shell utilsFranck Cuny1-0/+3
2024-03-06rename `tools` to `packages` to follow conventionFranck Cuny1-1/+1
The convention is to use `pkgs` or `packages` for overlays and definition of custom packages. Since I'm already using `pkg` for go, I prefer to use `packages` for my scripts.
2024-03-06use absolute path by using `$self`Franck Cuny1-2/+2
2024-03-06install my own scriptsFranck Cuny1-0/+16
This is the first step to re-enable installing custom scripts. The next step will be to rename `tools` to `packages`, and then if needed I will be able to support overlays.