| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2023-05-02 | profiles/default: move default packages there | Franck Cuny | 1 | -54/+0 | |
| 2022-11-04 | ref(home/packages): don't install openssl | Franck Cuny | 1 | -3/+0 | |
| It's usually needed for developing some rust projects, but this should be setup by the flake of that project. | |||||
| 2022-10-25 | ref(tools/perf-flamegraph): move to a proper shell script | Franck Cuny | 1 | -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-24 | fix(system/packages): install openssl-dev package | Franck Cuny | 1 | -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-07 | feat(modules/packages): install pkg-config | Franck Cuny | 1 | -1/+1 | |
| Change-Id: Iaa041a70b386d25c581a3a3c2afe860b86740618 | |||||
| 2022-06-16 | ref(scripts): remove the module for scripts | Franck Cuny | 1 | -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-10 | fix(fmt): correct formatting for all nix files | Franck Cuny | 1 | -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-09 | feat(nix): update nix to version 22.05 | Franck Cuny | 1 | -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-06 | modules: add a few packages | Franck Cuny | 1 | -0/+2 | |
| 2022-04-05 | refactor default packages to a module | Franck Cuny | 1 | -4/+6 | |
| 2022-03-25 | common: ensure zsh is installed | Franck Cuny | 1 | -0/+1 | |
| 2022-03-12 | default: install ethtool everywhere | Franck Cuny | 1 | -0/+1 | |
| 2022-03-09 | system: install sqlite | Franck Cuny | 1 | -3/+3 | |
| It's always useful to have it around. | |||||
| 2022-02-21 | system: install a few more packages | Franck Cuny | 1 | -1/+10 | |
| 2022-02-13 | hosts: install linux perf tools for the host | Franck Cuny | 1 | -1/+8 | |
| 2022-02-12 | hosts: rename commons to common | Franck Cuny | 1 | -0/+0 | |
| 2022-02-12 | move configurations and modules around | Franck Cuny | 1 | -0/+0 | |
| Sorry, this is a mess, hopefully the last one. | |||||
| 2022-02-09 | modules: more software | Franck Cuny | 1 | -1/+2 | |
| 2022-02-09 | systems: more packages | Franck Cuny | 1 | -1/+6 | |
| 2022-02-08 | systems: move some packages out of host config | Franck Cuny | 1 | -0/+1 | |
| 2022-02-08 | systems: fix typo | Franck Cuny | 1 | -1/+1 | |
| 2022-02-08 | systems: install more packages | Franck Cuny | 1 | -0/+22 | |
