From 8199296c5c0760f3aa081eeef1810bbf2156f206 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Sat, 13 Dec 2025 20:31:29 +0100 Subject: [PATCH] Install comma --- hosts/common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/common.nix b/hosts/common.nix index 64c0b7c..eec4a6b 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -80,6 +80,7 @@ pkgs.nh pkgs.dust (lib.hiPrio pkgs.uutils-coreutils-noprefix) + pkgs.comma ]; nixpkgs.config.allowUnfree = true;