Refactor
This commit is contained in:
parent
7e0b650175
commit
7077dae656
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ in
|
|||
perSystem =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
packages.ppp = pkgs.writeShellApplication {
|
||||
packages.${name} = pkgs.writeShellApplication {
|
||||
inherit name;
|
||||
|
||||
runtimeInputs = with pkgs; [ coreutils ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue