This commit is contained in:
Oliver Davies 2025-09-04 12:00:00 +01:00
parent 7e0b650175
commit 7077dae656

View file

@ -7,7 +7,7 @@ in
perSystem = perSystem =
{ pkgs, ... }: { pkgs, ... }:
{ {
packages.ppp = pkgs.writeShellApplication { packages.${name} = pkgs.writeShellApplication {
inherit name; inherit name;
runtimeInputs = with pkgs; [ coreutils ]; runtimeInputs = with pkgs; [ coreutils ];