diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-08-06 13:21:59 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-08-06 13:24:43 -0700 |
| commit | b308e7191e51c576188eb362a049c9de1ed03d6e (patch) | |
| tree | e221dcafb46b2af4f64a58832289fda42da092ba /flake.nix | |
| parent | fix(tools): add gerrit-hook to the list of tools (diff) | |
| download | infra-b308e7191e51c576188eb362a049c9de1ed03d6e.tar.gz | |
ref(flake): tools and users packages are managed the same way
Configure the way we import these packages the same way, that way it's
consistent and easy to use.
Change-Id: I0e218f8fe9dd4cd2045bfee11c80de84ff769fe1
Reviewed-on: https://cl.fcuny.net/c/world/+/703
Tested-by: CI
Reviewed-by: Franck Cuny <franck@fcuny.net>
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -61,11 +61,7 @@ tools = import ./tools { inherit pkgs; }; - users.fcuny = { - blog = import ./users/fcuny/blog { inherit pkgs; }; - notes = import ./users/fcuny/notes { inherit pkgs; }; - resume = import ./users/fcuny/resume { inherit pkgs; }; - }; + users.fcuny = import ./users/fcuny { inherit pkgs; }; }; checks = { |
