Compare commits

...

4 commits

Author SHA1 Message Date
Aaron Honeycutt
6677f1e8d0 WIP for yocto dev 2025-02-24 14:37:10 +00:00
Aaron Honeycutt
29ad56153f Add new directory 2025-02-24 14:36:50 +00:00
Aaron Honeycutt
4f4502b66b add freshfetch to config 2025-02-24 14:32:30 +00:00
Aaron Honeycutt
fa5dff470f remove fastfetch 2025-02-24 14:32:00 +00:00
4 changed files with 31 additions and 1 deletions

View file

@ -64,6 +64,7 @@
dmidecode
fira
firefox
freshfetch
git
git-lfs
helix

0
dev/yocto/.gitkeep Normal file
View file

30
dev/yocto/shell.nix Normal file
View 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
];
}

View file

@ -13,7 +13,6 @@
cyme
dua
eza
fastfetch
fd
freshfetch
gcc