Allow unfree (really)

This commit is contained in:
Inex Code 2023-08-29 02:42:35 +03:00
parent d57fca4b00
commit 2d12dcf56d
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
inputs.flake-utils.lib.eachDefaultSystem
(system:
let
pkgs = inputs.nixpkgs.legacyPackages.${system};
pkgs = import inputs.nixpkgs { system = system; config.allowUnfree = true; };
extensions = inputs.nix-vscode-extensions.extensions.${system};
inherit (pkgs) vscode-with-extensions vscode;