forked from auxolotl/docs
5 lines
75 B
Nix
5 lines
75 B
Nix
|
{ pkgs, inputs, ... }:
|
||
|
let
|
||
|
inherit (pkgs.lib) hasPrefix removePrefix;
|
||
|
in
|