mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
chore: add some gh dev tools
This commit is contained in:
parent
8938d78305
commit
535ae1f94c
1 changed files with 5 additions and 3 deletions
|
@ -15,11 +15,13 @@
|
||||||
|
|
||||||
extraOutputsToInstall = ["man" "doc" "devdoc"];
|
extraOutputsToInstall = ["man" "doc" "devdoc"];
|
||||||
packages = [
|
packages = [
|
||||||
pkgs.git-lfs
|
(pkgs.python3.withPackages (p: with p; [numpy]))
|
||||||
pkgs.d2
|
|
||||||
pkgs.cloc
|
pkgs.cloc
|
||||||
|
pkgs.d2
|
||||||
|
pkgs.gh
|
||||||
|
pkgs.gh-dash
|
||||||
|
pkgs.git-lfs
|
||||||
pkgs.jq
|
pkgs.jq
|
||||||
pkgs.python3
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue