aboutsummaryrefslogtreecommitdiffstats
path: root/flake
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-03-21 17:20:23 +0100
committerene <ene@sils.li>2023-03-21 17:20:23 +0100
commit2cd468cbc0ac1209af5a5eaa4ae58ad34fa94490 (patch)
tree6117c9fbeb7ae8ea6af5db2c64c261ddc18b914f /flake
parentFix(bootstrap/install): Use 'git' dependency (diff)
downloadnixos-config-2cd468cbc0ac1209af5a5eaa4ae58ad34fa94490.zip
Fix(flake): Fully delete steam
Diffstat (limited to '')
-rw-r--r--flake.nix7
1 files changed, 0 insertions, 7 deletions
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 {