Dvlv / BoxBuddyRS

A Graphical Interface for Distrobox
MIT License
200 stars 21 forks source link

no boxes on nixos #35

Closed RAVENz46 closed 5 months ago

RAVENz46 commented 5 months ago

Install method (Flatpak/Binary/Other) Flatpak and my own derivation

Here is my derivation ``` { lib , rustPlatform , fetchFromGitHub , pkg-config , wrapGAppsHook4 , cairo , gdk-pixbuf , glib , gtk4 , libadwaita , pango }: rustPlatform.buildRustPackage rec { pname = "box-buddy-rs"; version = "1.2.0"; name = "${pname}-${version}"; src = fetchFromGitHub { owner = "Dvlv"; repo = "BoxBuddyRS"; rev = version; hash = "sha256-sKkUUDKtRISDV1B3aPN8Q5vj2fmmffjEEfORmpH0ZpY="; }; cargoHash = "sha256-XIGtYoKipxTZ9mIZfX2us9qBPiI136kPGlM8wN/eWUA="; nativeBuildInputs = [ pkg-config wrapGAppsHook4 ]; buildInputs = [ cairo gdk-pixbuf glib gtk4 libadwaita pango ]; preBuild = '' mkdir -p $out/share/applications install -m 444 \ -D $src/io.github.dvlv.boxbuddyrs.desktop \ -t $out/share/applications cp -r $src/icons $out/share ''; meta = with lib; { description = "A Graphical Interface for Distrobox"; homepage = "https://github.com/Dvlv/BoxBuddyRS"; license = licenses.mit; maintainers = with maintainers; [ ]; mainProgram = "box-buddy-rs"; }; } ```

Distrobox Version distrobox --version will tell you this.

$ distrobox --version
distrobox: 1.5.0.2

boxbuddy == v1.2.0

Describe your Issue Even though I already running distrobox containers, it says no boxes.

[info] OS: NixOS 24.05 (Uakari) x86_64 Kernel: Linux 6.1.74

I set there enviromental variables: DBX_CONTAINER_HOME_PREFIX = "/home/ravenz46/dbx"; DBX_CONTAINER_MANAGER = "podman"; DBX_SKIP_WORKDIR = "1";

Dvlv commented 5 months ago

Hello, Sorry but I don't know the first thing about NixOS, you'll probably have more luck getting support from somewhere nix-specific.

RAVENz46 commented 4 months ago

Let you know that after v2.0.0, issue's gone.