We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f30c6c commit 8fd15fcCopy full SHA for 8fd15fc
flake.nix
@@ -3,7 +3,7 @@
3
4
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
5
6
- outputs = { self, nixpkgs }:
+ outputs = { nixpkgs, ... }:
7
let
8
forAllSystems = nixpkgs.lib.genAttrs nixpkgs.lib.systems.flakeExposed;
9
in
@@ -21,13 +21,6 @@
21
'';
22
buildInputs = with pkgs; [
23
editorconfig-checker
24
-
25
- # go
26
- go
27
28
- # java
29
- jdk
30
- maven
31
];
32
};
33
}
0 commit comments