From 6c81e4b87354b1b99276b02890de71bc0b3c6d39 Mon Sep 17 00:00:00 2001 From: Nikkuss Date: Sun, 17 May 2026 22:59:03 +0400 Subject: [PATCH] enable unfree --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index a29a965..3e8f493 100644 --- a/flake.nix +++ b/flake.nix @@ -23,6 +23,9 @@ let pkgs = import nixpkgs { inherit system; + config = { + allowUnfree = true; + }; }; inherit (pkgs) lib; scope = lib.makeScope pkgs.newScope (final: self.overlays.default (pkgs // final) pkgs); -- 2.54.0