From 95d2596408fbd5c7a9a77d7e211a2c5aa50b72fe Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Fri, 7 Feb 2025 12:02:32 -0800 Subject: Allow unfree packages in custom NixOS ISO --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 1eb6b68..695615a 100644 --- a/flake.nix +++ b/flake.nix @@ -131,6 +131,8 @@ iso = nixpkgs.lib.nixosSystem { modules = [ ({ modulesPath, pkgs, ... }: { + allowUnfree = true; + environment.systemPackages = with pkgs; [ acl bash -- cgit v1.2.3