You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey I would appreciate it if muvm was added to nixpkgs... I got it working with this config:
{pkgs,lib,rustPlatform,fetchFromGitHub,}:
letlibkrun-muvm=pkgs.libkrun.overrideAttrs(old: {makeFlags=(old.makeFlagsor[])++["BLK=1"];});inrustPlatform.buildRustPackagerec{pname="muvm";version="0.1.3";src=fetchFromGitHub{owner="AsahiLinux";repo="muvm";rev="muvm-${version}";hash="sha256-K/Yhc/qYUhMlIOPF37O5n+60uSb1+vUJvYLH+WOjph0=";};cargoHash="sha256-waaEnkJo47E/nvTphW1nGBjwZ8/iG3MtdbegPjp8VM4=";buildInputs=[libkrun-muvm];nativeBuildInputs=[rustPlatform.bindgenHook];meta={description="Muvm - run programs from your system in a microVM";homepage="https://github.com/AsahiLinux/muvm";license=lib.licenses.unfree;# FIXME: nix-init did not find a licensemaintainers=withlib.maintainers;[];mainProgram="muvm";};}
The text was updated successfully, but these errors were encountered:
@bruhderek can you open a (draft) PR in nixpkgs? That'd probably be the right place to have this - we also moved some somewhat asahi-specific packages to there, like speakersafetyd, and it's definitely easier to give feedback too.
Hey I would appreciate it if muvm was added to nixpkgs... I got it working with this config:
The text was updated successfully, but these errors were encountered: