From e8c8fe8d137f8ddb8dc4e547c80e762cd849bee4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 6 Oct 2022 13:29:22 +0200 Subject: devShells: fix issues introduced with latest commit --- devShells/qt.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devShells/qt.nix') diff --git a/devShells/qt.nix b/devShells/qt.nix index 36d41c8..b69aec1 100644 --- a/devShells/qt.nix +++ b/devShells/qt.nix @@ -21,5 +21,5 @@ in pkgs.mkShell { })) ]); inputsFrom = with pkgs; [ default c ]; - meta.platforms = nixpkgs.lib.platforms.linux; + meta.platforms = ["x86_64-linux"]; } -- cgit v1.2.3