🏗️」 wip: started setup to build ft_linux

This commit is contained in:
2025-09-08 16:34:13 +02:00
parent 5df7213f0a
commit 9f10aa353e
3 changed files with 114 additions and 5 deletions

View File

@ -28,13 +28,32 @@
default = pkgs.mkShell {
hardeningDisable = [ "all" ];
packages = with pkgs; [
bison
coreutils
diffutils
binutils
diffutils
findutils
gawk
gzip
m4
gnumake
patch
perl
python312
texinfo
xz
gcc
clang
just
nixfmt-rfc-style
gcc
clang
just
];
shellHook = ''
export LFS=/mnt/lfs
umask 022
'';
};
}
);