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 =
{ pkgs, ... }:
{
packages.ppp = pkgs.writeShellApplication {
packages.${name} = pkgs.writeShellApplication {
inherit name;
runtimeInputs = with pkgs; [ coreutils ];