2 lines
101 B
Nix
2 lines
101 B
Nix
{ pkgs ? import (import ./npins).nixpkgs {} }:
|
|
pkgs.python310Packages.callPackage ./pyjecteur.nix {}
|