Skip to content

Commit 61a2b97

Browse files
committed
nix: disable plex, update ghc
1 parent feaf4af commit 61a2b97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configuration.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
filezilla
130130
firefox-devedition-bin
131131
git
132-
haskell.compiler.ghc882
132+
haskell.compiler.ghc8102
133133
haskellPackages.cabal-install
134134
haskellPackages.hlint
135135
haskellPackages.stack

desktop.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
'';
3535
}
3636
];
37-
plex.enable = true;
37+
plex.enable = false;
3838
openssh.permitRootLogin = "no";
3939
};
4040

0 commit comments

Comments
 (0)