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,
|
writeShellScriptBin,
|
||||||
pkgs,
|
pkgs,
|
||||||
inputs
|
inputs
|
||||||
makeBinPath,
|
makeBinPath
|
||||||
}: let
|
}: let
|
||||||
inherit (inputs.std) string list set;
|
inherit (inputs.std) string list set;
|
||||||
exports = ''
|
exports = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue