mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 03:04:03 -06:00
WIP for yocto dev
This commit is contained in:
parent
29ad56153f
commit
6677f1e8d0
1 changed files with 30 additions and 0 deletions
30
dev/yocto/shell.nix
Normal file
30
dev/yocto/shell.nix
Normal file
|
@ -0,0 +1,30 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [
|
||||
chrpath
|
||||
cpio
|
||||
debianutils
|
||||
diffstat
|
||||
file
|
||||
gawk
|
||||
git
|
||||
glibcLocales
|
||||
gnat
|
||||
gnumake
|
||||
iputils
|
||||
lz4
|
||||
# Python 3.12 and packages for it
|
||||
python312
|
||||
python312Packages.jinja2
|
||||
python312Packages.gitpython
|
||||
python312Packages.pexpect
|
||||
python312Packages.pip
|
||||
python312Packages.subunit
|
||||
socat
|
||||
texinfo
|
||||
unzip
|
||||
wget
|
||||
xz
|
||||
zstd
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue