From 5e75c16e592dcc872a1a2e06ffbf71365367ff29 Mon Sep 17 00:00:00 2001 From: talksik Date: Sat, 29 Jul 2023 15:39:56 -0700 Subject: [PATCH] qt6 working? --- shell.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 5f4a36e..695bf5c 100644 --- a/shell.nix +++ b/shell.nix @@ -1,4 +1,4 @@ -{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/9462344318b376e157c94fa60c20a25b913b2381.tar.gz") {} }: +{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/9462344318b376e157c94fa60c20a25b913b2381.tar.gz") { } }: pkgs.mkShell { buildInputs = [ @@ -41,6 +41,8 @@ pkgs.mkShell { pkgs.gst_all_1.gst-plugins-ugly pkgs.gst_all_1.gst-libav pkgs.gst_all_1.gst-vaapi + + pkgs.qt6.full ]; shellHook = ''