diff options
-rw-r--r-- | usecases/desktop/graphical/gaming.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usecases/desktop/graphical/gaming.nix b/usecases/desktop/graphical/gaming.nix index 9732865..b9a510c 100644 --- a/usecases/desktop/graphical/gaming.nix +++ b/usecases/desktop/graphical/gaming.nix | |||
@@ -6,7 +6,7 @@ inputs: { | |||
6 | }: { | 6 | }: { |
7 | nixpkgs.overlays = [ | 7 | nixpkgs.overlays = [ |
8 | (self: super: { | 8 | (self: super: { |
9 | inherit (self.unstable) steam; | 9 | # inherit (self.unstable) steam; |
10 | }) | 10 | }) |
11 | ]; | 11 | ]; |
12 | 12 | ||