aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorJan Kvapil2024-08-12 10:22:14 +0200
committerJan Kvapil2024-08-12 10:22:14 +0200
commitb83164b1402e96d5b20d36b5941b79f5636dba71 (patch)
tree2e95fbae7df5cec89f02faf41cb74c0c478c2e58 /flake.nix
parente7eba2da0535e60b948b80eb69574d604800af48 (diff)
downloadECTester-b83164b1402e96d5b20d36b5941b79f5636dba71.tar.gz
ECTester-b83164b1402e96d5b20d36b5941b79f5636dba71.tar.zst
ECTester-b83164b1402e96d5b20d36b5941b79f5636dba71.zip
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index e9594cf..5d3608b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -739,10 +739,10 @@
'';
};
- buildShims =
+ buildAll =
with pkgs.python3Packages;
buildPythonApplication {
- pname = "buildShims";
+ pname = "buildAll";
version = "0.1.0";
format = "other";
@@ -751,7 +751,7 @@
pudb
];
- src = ./test_building_all_shims.py;
+ src = ./test_building_all.py;
dontUnpack = true;
installPhase = ''
install -Dm755 $src $out/bin/$pname