mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-23 00:13:02 +03:00
fix comment python discoverer
This commit is contained in:
parent
aaa946287e
commit
e5d0e9cdb0
@ -12,8 +12,6 @@
|
|||||||
(dirName: dir: discover {tree = dir;})
|
(dirName: dir: discover {tree = dir;})
|
||||||
(tree.directories or {}));
|
(tree.directories or {}));
|
||||||
in
|
in
|
||||||
# A directory is identified as a project only if it contains a Cargo.toml
|
|
||||||
# and a Cargo.lock.
|
|
||||||
if tree ? files."setup.py"
|
if tree ? files."setup.py"
|
||||||
then
|
then
|
||||||
[
|
[
|
||||||
|
Loading…
Reference in New Issue
Block a user