mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-27 08:27:45 +00:00
Fix generation yet again
This commit is contained in:
parent
0bfc50a061
commit
42959d67c4
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ def generate-valid-themes [] {
|
|||
|
||||
ls themes
|
||||
| each { $in.name | str replace ".nix" "" }
|
||||
| each { |it| ' "' + ($it | path basename) + '" = import "./' + $it + '.nix";' }
|
||||
| each { |it| ' "' + ($it | path basename) + '" = import ./' + $it + ".nix;" }
|
||||
| prepend "{"
|
||||
| append "}\n"
|
||||
| str join "\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue