hs-admin/build.nix

4 lines
92 B
Nix

{ pkgs ? import <nixpkgs> {} }:
pkgs.python3Packages.callPackage (import ./default.nix) {}