Add ding to flake & instALL

This commit is contained in:
2023-03-11 20:38:09 -05:00
parent fb3f38596e
commit a6456ad9de
3 changed files with 17 additions and 3 deletions

View File

@@ -66,6 +66,10 @@
# artifacts from above.
newalan = craneLib.buildPackage (commonArgs // {
inherit cargoArtifacts;
postInstall = ''
mkdir -p $out/share/sounds
cp ding.mp3 $out/share/sounds/
'';
});
in rec {
checks = pkgs.lib.optionalAttrs (system == "x86_64-linux") {