From bcb94ea3924d8e8bfaa374b739d40f8545a73db4 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Tue, 27 Jan 2026 21:37:31 +0100 Subject: [PATCH] machines/configurations: add TODO about nixpkgs.config.allowUnfreePackages --- machines/configurations.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/machines/configurations.nix b/machines/configurations.nix index 8480a56..2c41f81 100644 --- a/machines/configurations.nix +++ b/machines/configurations.nix @@ -13,6 +13,7 @@ let overlay-unstable = final: _prev: { unstable = import nixpkgs-unstable { inherit (final.stdenv.hostPlatform) system; + # TODO 26.05: replace with nixpkgs.config.allowUnfreePackages config.allowUnfree = true; }; }; @@ -28,6 +29,7 @@ let ( { pkgs, ... }: { + # TODO 26.05: replace with nixpkgs.config.allowUnfreePackages nixpkgs.config.allowUnfree = true; nixpkgs.overlays = [ overlay-unstable