Compare commits
No commits in common. "c989a00fd62bdc6b528597cfdea156b56242eade" and "5b95414949002bee1f948c64a5b508b355be687c" have entirely different histories.
c989a00fd6
...
5b95414949
2 changed files with 1 additions and 4 deletions
|
@ -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";
|
||||||
|
|
||||||
|
|
|
@ -95,9 +95,6 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
cider
|
cider
|
||||||
discord
|
discord
|
||||||
(prismlauncher.override {
|
|
||||||
jdks = [ pkgs.jdk23 ];
|
|
||||||
})
|
|
||||||
vscode
|
vscode
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue