From 02e9a2a8e9ec8d5eb1e784132189e44b23a920ae Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 9 Mar 2022 18:33:36 -0800 Subject: system: install sqlite It's always useful to have it around. --- hosts/common/system/software.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hosts/common/system/software.nix') diff --git a/hosts/common/system/software.nix b/hosts/common/system/software.nix index 63643e9..9cdce01 100644 --- a/hosts/common/system/software.nix +++ b/hosts/common/system/software.nix @@ -1,9 +1,8 @@ -{pkgs, config, lib, ...}: +{ pkgs, config, lib, ... }: with lib; -let - linuxpkgs = config.boot.kernelPackages; +let linuxpkgs = config.boot.kernelPackages; in { environment.systemPackages = with pkgs; [ binutils @@ -30,6 +29,7 @@ in { perf-tools powertop rsync + sqlite strace tcpdump tmux -- cgit 1.4.1