about summary refs log tree commit diff
path: root/pkgs/by-name/ni/nix-required-mounts/pyproject.toml
blob: bb754e08ab1d3cdb295a7f76ce956afe33b97b86 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[build-system]
build-backend = "setuptools.build_meta"
requires = [ "setuptools" ]

[project]
name = "nix-required-mounts"
version = "0.0.1"
description = """
A --pre-build-hook for Nix, \
that allows to expose extra paths in the build sandbox \
based on derivations' requiredSystemFeatrues"""

[project.urls]
Homepage = "https://github.com/NixOS/nixpkgs/tree/master/pkgs/by-name/ni/nix-required-mounts"

[project.scripts]
nix-required-mounts = "nix_required_mounts:entrypoint"

[tool.black]
line-length = 79