quickshell-docs/package.nix

2 lines
102 B
Nix

{ pkgs ? import <nixpkgs> {}, srcpath ? ../src }: pkgs.callPackage ./default.nix { inherit srcpath; }