From 6e1860b78382cbd42f43663b459487e457abd251 Mon Sep 17 00:00:00 2001 From: Gregory Bednov Date: Tue, 17 Feb 2026 08:29:08 +0300 Subject: [PATCH] x libs --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 35dd316..e8798e4 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,7 @@ { packages = forAllSystems (system: let - pkgs = import nixpkgs { inherit system; }; + pkgs = import nixpkgs { inherit system; config.allowUnfree = true; }; kompas = pkgs.kdePackages.callPackage ./default.nix { }; pname = "kompas3d-fhs";