From 2cd468cbc0ac1209af5a5eaa4ae58ad34fa94490 Mon Sep 17 00:00:00 2001 From: ene Date: Tue, 21 Mar 2023 17:20:23 +0100 Subject: Fix(flake): Fully delete steam --- flake.nix | 7 ------- 1 file changed, 7 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 4676fa63..24ee000d 100644 --- a/flake.nix +++ b/flake.nix @@ -82,13 +82,6 @@ system = "x86_64-linux"; pkgs = import inputs.nixpkgs { inherit system; - config = { - allowUnfreePredicate = pkg: - builtins.elem (inputs.nixpkgs.lib.getName pkg) [ - "steam" - "steam-original" - ]; - }; }; in { nixosConfigurations = import ./flake/nixosConfigurations { -- cgit 1.4.1