summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usecases/desktop/graphical/gaming.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/usecases/desktop/graphical/gaming.nix b/usecases/desktop/graphical/gaming.nix
index d48773e..68f8d29 100644
--- a/usecases/desktop/graphical/gaming.nix
+++ b/usecases/desktop/graphical/gaming.nix
@@ -5,7 +5,7 @@ inputs:
5{ 5{
6 nixpkgs.overlays = [ 6 nixpkgs.overlays = [
7 (self: super: { 7 (self: super: {
8 inherit (self.unstable) steam; 8 #inherit (self.unstable) steam;
9 }) 9 })
10 ]; 10 ];
11 11