diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-06-10 11:42:32 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-06-10 13:12:35 -0700 |
| commit | 98e01cdbfa047a32c1beb73438c5b93ca0592978 (patch) | |
| tree | 403b462f1b6d6e4432c010e8f47e179e3e730a97 /modules/system/packages | |
| parent | docs(gerrit): document various things (diff) | |
| download | infra-98e01cdbfa047a32c1beb73438c5b93ca0592978.tar.gz | |
fix(fmt): correct formatting for all nix files
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>
Diffstat (limited to 'modules/system/packages')
| -rw-r--r-- | modules/system/packages/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/system/packages/default.nix b/modules/system/packages/default.nix index d260f20..84cfac2 100644 --- a/modules/system/packages/default.nix +++ b/modules/system/packages/default.nix @@ -2,7 +2,8 @@ { config, lib, pkgs, ... }: with lib; let linuxpkgs = config.boot.kernelPackages; -in { +in +{ # It's always useful to have bash around environment.shells = with pkgs; [ bashInteractive ]; |
