We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6af4bb commit 8347e1dCopy full SHA for 8347e1d
flake.nix
@@ -870,7 +870,7 @@
870
packaging
871
];
872
873
- src = ./fetchReleases.py;
+ src = ./nix/fetch_releases.py;
874
dontUnpack = true;
875
installPhase = ''
876
install -Dm755 $src $out/bin/$pname
@@ -889,7 +889,7 @@
889
pudb
890
891
892
- src = ./test_building_all.py;
+ src = ./nix/build_all.py;
893
894
895
@@ -908,7 +908,7 @@
908
jinja2
909
910
911
- src = ./plot_versions.py;
+ src = ./nix/plot_versions.py;
912
913
914
test_building_all.py nix/build_all.py
fetchReleases.py nix/fetch_releases.py
plot_versions.py nix/plot_versions.py
0 commit comments