quickshell-docs/package.nix

2 lines
102 B
Nix
Raw Permalink Normal View History

2024-03-09 14:26:27 +00:00
{ pkgs ? import <nixpkgs> {}, srcpath ? ../src }: pkgs.callPackage ./default.nix { inherit srcpath; }