Compare commits
2 commits
5b95414949
...
c989a00fd6
Author | SHA1 | Date | |
---|---|---|---|
c989a00fd6 | |||
4019e1c598 |
2 changed files with 4 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
# Used for backwards compatibility, please read the changelog before changing.
|
||||
# $ darwin-rebuild changelog
|
||||
system.stateVersion = 4;
|
||||
system.stateVersion = 6;
|
||||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-darwin";
|
||||
|
||||
|
|
|
@ -95,6 +95,9 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
cider
|
||||
discord
|
||||
(prismlauncher.override {
|
||||
jdks = [ pkgs.jdk23 ];
|
||||
})
|
||||
vscode
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue