mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-09 00:00:04 +03:00
Merge pull request #324 from JohnRTitor/nix-fix
nix: add meta.mainProgram to allow directly running from this repo
This commit is contained in:
commit
e42312b602
@ -107,6 +107,12 @@
|
|||||||
zlib
|
zlib
|
||||||
zstd
|
zstd
|
||||||
];
|
];
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "Userspace tools for bcachefs";
|
||||||
|
license = lib.licenses.gpl2Only;
|
||||||
|
mainProgram = "bcachefs";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoArtifacts = craneLib.buildDepsOnly (commonArgs // { pname = cargoToml.package.name; });
|
cargoArtifacts = craneLib.buildDepsOnly (commonArgs // { pname = cargoToml.package.name; });
|
||||||
|
Loading…
Reference in New Issue
Block a user