aboutsummaryrefslogtreecommitdiff
path: root/apps/koffice/shell.nix
blob: eb45853d461f33e2a2e1eccbb276e7fd602d103f (plain)
1
2
3
4
5
6
7
8
with import <nixpkgs> {};

stdenv.mkDerivation {
  name = "koffice";
  buildInputs = with pkgs; [
    rustc cargo rust-analyzer rustfmt clangStdenv
  ];
}