!BrOouUOucaGdxbaRca:nixos.org

NixOS Portuguese

387 Members
Sala de Conversação sobre o ecossistema Nix em português. Ponteada com o grupo do Telegram: https://t.me/nixosbrasil/ Link Matrix: https://matrix.to/#/!BrOouUOucaGdxbaRca:nixos.org18 Servers

Load older messages


SenderMessageTime
20 Jun 2026
@telegram_68827099:t2bot.ioPedroHLCAlguém já tem um bundler de appimage de output numa flake pra eu copiar?14:39:58
@telegram_67409963:t2bot.ioEric Pires Isso? https://nixos.org/manual/nixpkgs/unstable/#ssec-pkgs-appimageTools-wrapping

{ appimageTools, fetchurl }:
let
  pname = "nuclear";
  version = "0.6.30";

  src = fetchurl {
    url = "https://github.com/nukeop/nuclear/releases/download/v${version}/nuclear-v${version}.AppImage";
    hash = "sha256-he1uGC1M/nFcKpMM9JKY4oeexJcnzV0ZRxhTjtJz6xw=";
  };
in
appimageTools.wrapType2 { inherit pname version src; }
14:41:12
@telegram_67409963:t2bot.ioEric PiresOu você diz transformar uma derivation em AppImage?14:41:44
@telegram_68827099:t2bot.ioPedroHLCderviation em appimage14:41:58
@telegram_68827099:t2bot.ioPedroHLC provavelmente usando https://github.com/nix-community/nix-bundle 14:42:26
@telegram_68827099:t2bot.ioPedroHLC> Outputs built on x86-64 will not run on i38614:43:02
@telegram_68827099:t2bot.ioPedroHLCah14:43:06
@telegram_67409963:t2bot.ioEric Pires https://github.com/ralismark/nix-appimage 14:43:46
@telegram_67409963:t2bot.ioEric PiresRodei o exemplo de hello-world e funcionou14:44:01
@telegram_8756382337:t2bot.ioeric_bangkk 👾 changed their profile picture.17:39:02
21 Jun 2026
@telegram_258513048:t2bot.ioJ. Neto
rbash = pkgs.runCommandNoCC "rbash-${pkgs.bashInteractive.version}" { } ''
  mkdir -p $out/bin
  ln -s ${pkgs.bashInteractive}/bin/bash $out/bin/rbash
'';
13:07:55
@telegram_68827099:t2bot.ioPedroHLC aí vc tem dois problemas diferentes:

- vc quer um "alias" ou um symlink em $PATH pra chamar seu firefox por "firefox"
- o firefox stable e o firefox nightly tem desktop units de nomes diferentes e é essa unit que é feito padrões, nesse caso não da só pra renomear, pq o firefox depois detecta se ele mesmo é o padrão usando o nome que ele foi compilado esperando
13:26:57
@telegram_68827099:t2bot.ioPedroHLC * aí vc tem dois problemas diferentes:

- vc quer um "alias" ou um symlink em $PATH pra chamar seu firefox por "firefox"
- o firefox stable e o firefox nightly tem desktop units de nomes diferentes e é essa unit que é marcada como "navegador padrão", nesse caso não da só pra renomear, pq o firefox depois detecta se ele mesmo é o padrão usando o nome que ele foi compilado esperando
13:27:39
@telegram_6319076752:t2bot.ioGuiNão sei oq e mais rola algo parecido aqui22:03:18
@telegram_6319076752:t2bot.ioGuiNo meu e o sunshine22:03:23
@telegram_6319076752:t2bot.ioGuiAo menos fala que o serviço do sunshine deu erro22:03:56
@telegram_1063077630:t2bot.io● Igor Cafépovo, alguém mais tem esse problema do steam big picture abrir small picture?23:07:04
@telegram_1063077630:t2bot.io● Igor Cafébotei pra abrir steam com o sistema e em modo big picture23:07:19
@telegram_1063077630:t2bot.io● Igor Caféaí abre sempre em janela23:07:25
@telegram_1063077630:t2bot.io● Igor CaféDownload unnamed_file.mp423:07:41
@telegram_1063077630:t2bot.io● Igor Caféjá fiz um esquema de criar uma sessão com gamescope e steam, funciona, mas muitas vezes eu quero tb usar o desktop normal23:10:09
@telegram_1063077630:t2bot.io● Igor Cafédaí preferiria usar o plasma mesmo23:10:40
@telegram_6319076752:t2bot.ioGuiTa no nix se sim testa o jovian23:24:29
@telegram_6319076752:t2bot.ioGuiQue e pra fazer exatamente isso que tu quer23:24:35
@telegram_6319076752:t2bot.ioGuiSo não funciona com nvidia23:24:41
@telegram_6319076752:t2bot.ioGuiE tem a opção de ir pro desktop normal23:26:14
@telegram_6319076752:t2bot.ioGuiAte hoje to triste porque a nvidia capou23:26:26
@telegram_6319076752:t2bot.ioGuiDownload unnamed_file.mp423:27:46
@telegram_6319076752:t2bot.ioGuiNo meu assim que o ponteiro do mouse some23:27:55
@telegram_6319076752:t2bot.ioGuiPara o video de brinde23:27:59

Show newer messages


Back to Room ListRoom Version: 9