Skip to content

Commit

Permalink
Move nix-related Python scripts to nix directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
J08nY committed Aug 17, 2024
1 parent e6af4bb commit 8347e1d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@
packaging
];

src = ./fetchReleases.py;
src = ./nix/fetch_releases.py;
dontUnpack = true;
installPhase = ''
install -Dm755 $src $out/bin/$pname
Expand All @@ -889,7 +889,7 @@
pudb
];

src = ./test_building_all.py;
src = ./nix/build_all.py;
dontUnpack = true;
installPhase = ''
install -Dm755 $src $out/bin/$pname
Expand All @@ -908,7 +908,7 @@
jinja2
];

src = ./plot_versions.py;
src = ./nix/plot_versions.py;
dontUnpack = true;
installPhase = ''
install -Dm755 $src $out/bin/$pname
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8347e1d

Please sign in to comment.