Skip to content

Commit 8347e1d

Browse files
committed
Move nix-related Python scripts to nix directory.
1 parent e6af4bb commit 8347e1d

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

flake.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@
870870
packaging
871871
];
872872

873-
src = ./fetchReleases.py;
873+
src = ./nix/fetch_releases.py;
874874
dontUnpack = true;
875875
installPhase = ''
876876
install -Dm755 $src $out/bin/$pname
@@ -889,7 +889,7 @@
889889
pudb
890890
];
891891

892-
src = ./test_building_all.py;
892+
src = ./nix/build_all.py;
893893
dontUnpack = true;
894894
installPhase = ''
895895
install -Dm755 $src $out/bin/$pname
@@ -908,7 +908,7 @@
908908
jinja2
909909
];
910910

911-
src = ./plot_versions.py;
911+
src = ./nix/plot_versions.py;
912912
dontUnpack = true;
913913
installPhase = ''
914914
install -Dm755 $src $out/bin/$pname
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)