mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 19:24:03 -06:00
Compare commits
4 commits
cc5f8deb49
...
6677f1e8d0
Author | SHA1 | Date | |
---|---|---|---|
![]() |
6677f1e8d0 | ||
![]() |
29ad56153f | ||
![]() |
4f4502b66b | ||
![]() |
fa5dff470f |
4 changed files with 31 additions and 1 deletions
|
@ -64,6 +64,7 @@
|
||||||
dmidecode
|
dmidecode
|
||||||
fira
|
fira
|
||||||
firefox
|
firefox
|
||||||
|
freshfetch
|
||||||
git
|
git
|
||||||
git-lfs
|
git-lfs
|
||||||
helix
|
helix
|
||||||
|
|
0
dev/yocto/.gitkeep
Normal file
0
dev/yocto/.gitkeep
Normal file
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
|
||||||
|
];
|
||||||
|
}
|
|
@ -13,7 +13,6 @@
|
||||||
cyme
|
cyme
|
||||||
dua
|
dua
|
||||||
eza
|
eza
|
||||||
fastfetch
|
|
||||||
fd
|
fd
|
||||||
freshfetch
|
freshfetch
|
||||||
gcc
|
gcc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue