From c63b5762dd4f3ac8846b344e249c567a9b690e41 Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Wed, 19 Apr 2023 00:13:43 +0200 Subject: [PATCH] Allow unfree --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 823522b..b06c848 100644 --- a/flake.nix +++ b/flake.nix @@ -63,6 +63,7 @@ nix.registry.current-system.flake = self; nix.registry.nixpkgs.flake = stable; nix.registry.nixpkgs-unstable.flake = nixpkgs-unstable; + nixpkgs.config.allowUnfree = true; nix.nixPath = [ "nixpkgs=${nixpkgs}" "nixpkgs-unstable=${nixpkgs-unstable}"