about summary refs log tree commit diff
path: root/users/fcuny/devel/go.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rename `desktop` to `isDesktop`Franck Cuny2022-04-031-0/+1
| | | | | | | | The variable is used to define the kind of machine we're managing. `isDesktop` is a bit more descriptive. We import `devel` for all machines, and we fine tune which packages we want to install based on the value of `isDesktop`.
* go: ensure GOBIN is in PATHFranck Cuny2022-03-091-1/+3
|
* devel: create new directory for devel modulesFranck Cuny2022-02-211-0/+8
Add python, and move go from the cli modules. Install these modules only if we're a "desktop".