qTox/shell.nix

3 lines
84 B
Nix

{ pkgs ? import <nixpkgs> { } }:
pkgs.mkShell { inputsFrom = with pkgs; [ qtox ]; }