Do not allow unfree (except steam)

This commit is contained in:
Pedro Rey Anca 2025-07-24 19:05:09 +02:00
parent c8f469b6d5
commit 88abf3ed4d
Signed by: peprolinbot
GPG key ID: 053EA6E00116533A
5 changed files with 12 additions and 11 deletions

View file

@ -37,7 +37,6 @@
system = "x86_64-linux";
pkgs = import nixpkgs {
inherit system;
config.allowUnfree = true;
};
lib = nixpkgs.lib;
in {