summary refs log blame commit diff
path: root/Documentation/jekyll.nix
blob: 8956683a42938f2834718452b1cd8068eb80fa4e (plain) (tree)
1
2
3
4
5
6
7
8
9
10


                                                         
                                
               




                      
 
         
# SPDX-FileCopyrightText: 2022 Alyssa Ross <hi@alyssa.is>
# SPDX-License-Identifier: MIT

import ../lib/call-package.nix (
{ bundlerApp }:

bundlerApp {
  pname = "jekyll";
  gemdir = ./.;
  exes = [ "jekyll" ];
}
) (_: {})