diff options
author | h7x4 | 2023-11-23 22:09:35 +0100 |
---|---|---|
committer | Bjørn Forsman | 2023-11-24 21:01:03 +0100 |
commit | 12315f53ff6afad470ece13a666c21dd8aad770f (patch) | |
tree | ef19ddaac26575ed4cbb5887b528c6e0aa6a20ab /pkgs/tools/filesystems/sandboxfs | |
parent | 14caf2eb45eebce6a8b6289882546bea6beba321 (diff) |
treewide: add mainProgram
Diffstat (limited to 'pkgs/tools/filesystems/sandboxfs')
-rw-r--r-- | pkgs/tools/filesystems/sandboxfs/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/filesystems/sandboxfs/default.nix b/pkgs/tools/filesystems/sandboxfs/default.nix index bafa39272727..76eb667bceaa 100644 --- a/pkgs/tools/filesystems/sandboxfs/default.nix +++ b/pkgs/tools/filesystems/sandboxfs/default.nix @@ -30,5 +30,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/bazelbuild/sandboxfs"; license = with licenses; [ asl20 ]; maintainers = with maintainers; [ jeremyschlatter ]; + mainProgram = "sandboxfs"; }; } |