about summary refs log tree commit diff
path: root/pkgs/development/tools/knightos
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-10-08 02:56:13 -0500
committerBen Siraphob <bensiraphob@gmail.com>2021-10-08 02:56:13 -0500
commit40c8d56f4032f807673ead87e7c66fa9cf063d60 (patch)
tree47c35f51b35e86291050d6b69caee874363e2df5 /pkgs/development/tools/knightos
parent19438d7d371888ef09fb4c90217a2ca0e4670b4d (diff)
downloadnixlib-40c8d56f4032f807673ead87e7c66fa9cf063d60.tar
nixlib-40c8d56f4032f807673ead87e7c66fa9cf063d60.tar.gz
nixlib-40c8d56f4032f807673ead87e7c66fa9cf063d60.tar.bz2
nixlib-40c8d56f4032f807673ead87e7c66fa9cf063d60.tar.lz
nixlib-40c8d56f4032f807673ead87e7c66fa9cf063d60.tar.xz
nixlib-40c8d56f4032f807673ead87e7c66fa9cf063d60.tar.zst
nixlib-40c8d56f4032f807673ead87e7c66fa9cf063d60.zip
regenkfs: add meta.mainProgram
Diffstat (limited to 'pkgs/development/tools/knightos')
-rw-r--r--pkgs/development/tools/knightos/regenkfs/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/knightos/regenkfs/default.nix b/pkgs/development/tools/knightos/regenkfs/default.nix
index 1e8b992dfe09..8b80368cdaa8 100644
--- a/pkgs/development/tools/knightos/regenkfs/default.nix
+++ b/pkgs/development/tools/knightos/regenkfs/default.nix
@@ -19,5 +19,6 @@ rustPlatform.buildRustPackage {
     homepage = "https://github.com/siraben/regenkfs";
     license = licenses.mit;
     maintainers = with maintainers; [ siraben ];
+    mainProgram = "regenkfs";
   };
 }