3 lines
92 B
Nix
3 lines
92 B
Nix
{ pkgs ? import <nixpkgs> {} }:
|
|
|
|
pkgs.python3Packages.callPackage (import ./default.nix) {}
|