Skip to content

Commit 8fd15fc

Browse files
flake: remove lang specific tools
1 parent 8f30c6c commit 8fd15fc

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

flake.nix

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
55

6-
outputs = { self, nixpkgs }:
6+
outputs = { nixpkgs, ... }:
77
let
88
forAllSystems = nixpkgs.lib.genAttrs nixpkgs.lib.systems.flakeExposed;
99
in
@@ -21,13 +21,6 @@
2121
'';
2222
buildInputs = with pkgs; [
2323
editorconfig-checker
24-
25-
# go
26-
go
27-
28-
# java
29-
jdk
30-
maven
3124
];
3225
};
3326
}

0 commit comments

Comments
 (0)