aboutsummaryrefslogtreecommitdiff
path: root/tools/mosdepth-plot.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tools/mosdepth-plot.nix')
-rw-r--r--tools/mosdepth-plot.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/mosdepth-plot.nix b/tools/mosdepth-plot.nix
index e6d2c7d..f15e099 100644
--- a/tools/mosdepth-plot.nix
+++ b/tools/mosdepth-plot.nix
@@ -1,9 +1,9 @@
-{ stdenv
-, lib
-, mosdepth
-, python
-, flags ? null}:
+{ bionix
+, nixpkgs
+, flags ? null
+}:
+with nixpkgs;
with lib;
{ inputs