aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2023-08-25 10:08:53 +0200
committerGitHub <noreply@github.com>2023-08-25 10:08:53 +0200
commit094cee8ec61135db4c569a3a72016c9c84c60cdd (patch)
treef0f79d46934c4fd20eb4c32a39d226201b470a86 /nix
parent3e448904a363530ab8c260f89c38c7b8c07fe90f (diff)
parent41bd008f5d8d5872e1ab2646c78908e27eae7b73 (diff)
downloadPrismLauncher-094cee8ec61135db4c569a3a72016c9c84c60cdd.tar.gz
PrismLauncher-094cee8ec61135db4c569a3a72016c9c84c60cdd.tar.bz2
PrismLauncher-094cee8ec61135db4c569a3a72016c9c84c60cdd.zip
Merge pull request #1561 from Scrumplex/nix-miscs
Diffstat (limited to 'nix')
-rw-r--r--nix/dev.nix9
1 files changed, 2 insertions, 7 deletions
diff --git a/nix/dev.nix b/nix/dev.nix
index c39e1565..a9c1dc65 100644
--- a/nix/dev.nix
+++ b/nix/dev.nix
@@ -23,18 +23,13 @@
types_or = ["c" "c++" "java" "json" "objective-c"];
};
};
+
+ tools.clang-tools = pkgs.clang-tools_16;
};
};
devShells.default = pkgs.mkShell {
inherit (self.checks.${system}.pre-commit-check) shellHook;
- packages = with pkgs; [
- nodePackages.markdownlint-cli
- alejandra
- deadnix
- clang-tools
- nil
- ];
inputsFrom = [self.packages.${system}.prismlauncher-unwrapped];
buildInputs = with pkgs; [ccache ninja];