mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
chore: minor changes
This commit is contained in:
parent
c5b28787ef
commit
7d7ad83c9a
4 changed files with 8 additions and 13 deletions
|
@ -14,12 +14,12 @@
|
|||
];
|
||||
|
||||
extraOutputsToInstall = ["man" "doc" "devdoc"];
|
||||
packages = with pkgs; [
|
||||
git-lfs
|
||||
d2
|
||||
cloc
|
||||
jq
|
||||
python3
|
||||
packages = [
|
||||
pkgs.git-lfs
|
||||
pkgs.d2
|
||||
pkgs.cloc
|
||||
pkgs.jq
|
||||
pkgs.python3
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue