aboutsummaryrefslogtreecommitdiff
path: root/modules/system/packages (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-02profiles/default: move default packages thereFranck Cuny1-54/+0
2022-11-04ref(home/packages): don't install opensslFranck Cuny1-3/+0
It's usually needed for developing some rust projects, but this should be setup by the flake of that project.
2022-10-25ref(tools/perf-flamegraph): move to a proper shell scriptFranck Cuny1-15/+3
I don't want to inline shell scripts inside nix configuration, as it prevents me to use `shellcheck` to validate them for example. The script is now moved into the tool directory, and is a tiny bit more flexible, so that I can run it as my own user.
2022-09-24fix(system/packages): install openssl-dev packageFranck Cuny1-0/+1
I don't think I should have to do this, it's also not solving the problem I have, but it should not hurt either ...
2022-09-07feat(modules/packages): install pkg-configFranck Cuny1-1/+1
Change-Id: Iaa041a70b386d25c581a3a3c2afe860b86740618
2022-06-16ref(scripts): remove the module for scriptsFranck Cuny1-1/+17
The scripts should be part of other modules. If there's no good place for them, they should be part of the packages module. Change-Id: Ic6c678fbe981444848a0ac7015c6c2e450f3b1c1 Reviewed-on: https://cl.fcuny.net/c/world/+/424 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
2022-06-10fix(fmt): correct formatting for all nix filesFranck Cuny1-1/+2
This was done by running `nixpkgs-fmt .'. Change-Id: I4ea6c1e759bf468d08074be2111cbc7af72df295 Reviewed-on: https://cl.fcuny.net/c/world/+/404 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
2022-06-09feat(nix): update nix to version 22.05Franck Cuny1-2/+2
NixOS 22.05 was released last month. Bump the versions for both nixos and home-manager. I also need to make a few changes for this update work (packages were renamed, options were addded to tailscale, ...) Change-Id: I84ed9f21915b769c9f7b8e21988b2b021715c982 Reviewed-on: https://cl.fcuny.net/c/world/+/365 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
2022-05-06modules: add a few packagesFranck Cuny1-0/+2
2022-04-05refactor default packages to a moduleFranck Cuny1-0/+49