Compare commits

..

No commits in common. "c989a00fd62bdc6b528597cfdea156b56242eade" and "5b95414949002bee1f948c64a5b508b355be687c" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View file

@ -26,7 +26,7 @@
# Used for backwards compatibility, please read the changelog before changing. # Used for backwards compatibility, please read the changelog before changing.
# $ darwin-rebuild changelog # $ darwin-rebuild changelog
system.stateVersion = 6; system.stateVersion = 4;
nixpkgs.hostPlatform = lib.mkDefault "x86_64-darwin"; nixpkgs.hostPlatform = lib.mkDefault "x86_64-darwin";

View file

@ -95,9 +95,6 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
cider cider
discord discord
(prismlauncher.override {
jdks = [ pkgs.jdk23 ];
})
vscode vscode
]; ];