List of unix dependencies
Most of them are part of the single UNIX specs and should be available on every system. Uncomment any of these to instead use a project-specific version.
This commit is contained in:
parent
c52a249720
commit
281be32ec8
1 changed files with 9 additions and 2 deletions
11
flake.nix
11
flake.nix
|
@ -28,9 +28,16 @@
|
|||
zephyr.sdkFull
|
||||
pkgs.cmake
|
||||
pkgs.dtc
|
||||
pkgs.just
|
||||
pkgs.ninja
|
||||
pkgs.yq
|
||||
# ---
|
||||
# Uncomment these if you don't have system-wide versions:
|
||||
# pkgs.gawk # awk
|
||||
# pkgs.unixtools.column # column
|
||||
# pkgs.coreutils # cp, cut, echo, mkdir, sort, tail, uniq etc.
|
||||
# pkgs.gnugrep # grep
|
||||
pkgs.just # just
|
||||
# pkgs.gnused # sed
|
||||
pkgs.yq # yq
|
||||
];
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue