This commit is contained in:
Nathan McCarty 2022-06-14 01:00:09 -04:00
parent 43e23b79d1
commit afb054815f
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
3 changed files with 44 additions and 1 deletions

View File

@ -1,7 +1,8 @@
{ config, lib, pkgs, inputs, unstable, ... }: { config, lib, pkgs, java, unstable, ... }:
{ {
environment.systemPackages = with unstable; [ environment.systemPackages = with unstable; [
java.packages.${system}.semeru-stable
kotlin kotlin
kotlin-native kotlin-native
kotlin-language-server kotlin-language-server

View File

@ -277,6 +277,27 @@
"type": "github" "type": "github"
} }
}, },
"java": {
"inputs": {
"nixpkgs": [
"nixpkgs"
],
"utils": "utils_2"
},
"locked": {
"lastModified": 1655182547,
"narHash": "sha256-gmkb6l13CVKtlRydDJ9O3sifKtamKLgLdUaEASdQ6Ls=",
"owner": "nathans-flakes",
"repo": "java",
"rev": "8e53bfead6195e4440aef47b2f08b0e7f89b1d4d",
"type": "github"
},
"original": {
"owner": "nathans-flakes",
"repo": "java",
"type": "github"
}
},
"libnbtplusplus": { "libnbtplusplus": {
"flake": false, "flake": false,
"locked": { "locked": {
@ -618,6 +639,7 @@
"emacs": "emacs", "emacs": "emacs",
"fenix": "fenix", "fenix": "fenix",
"home-manager": "home-manager", "home-manager": "home-manager",
"java": "java",
"mozilla": "mozilla", "mozilla": "mozilla",
"nix-doom-emacs": "nix-doom-emacs", "nix-doom-emacs": "nix-doom-emacs",
"nixpkgs": "nixpkgs_2", "nixpkgs": "nixpkgs_2",
@ -695,6 +717,21 @@
"repo": "flake-utils", "repo": "flake-utils",
"type": "github" "type": "github"
} }
},
"utils_2": {
"locked": {
"lastModified": 1653893745,
"narHash": "sha256-0jntwV3Z8//YwuOjzhV2sgJJPt+HY6KhU7VZUL0fKZQ=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "1ed9fb1935d260de5fe1c2f7ee0ebaae17ed2fa1",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
} }
}, },
"root": "root", "root": "root",

View File

@ -37,6 +37,10 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
inputs.emacs-overlay.follows = "emacs"; inputs.emacs-overlay.follows = "emacs";
}; };
java = {
url = "github:nathans-flakes/java";
inputs.nixpkgs.follows = "nixpkgs";
};
}; };
outputs = outputs =
@ -51,6 +55,7 @@
, darwin , darwin
, polymc , polymc
, nix-doom-emacs , nix-doom-emacs
, java
}@attrs: }@attrs:
let let
baseModules = [ baseModules = [