mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
fix: erroneous comma
This commit is contained in:
parent
c2d6792abd
commit
e59be4137b
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
writeShellScriptBin,
|
||||
pkgs,
|
||||
inputs
|
||||
makeBinPath,
|
||||
makeBinPath
|
||||
}: let
|
||||
inherit (inputs.std) string list set;
|
||||
exports = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue