「🏗️」 wip: started setup to build ft_linux
This commit is contained in:
29
flake.nix
29
flake.nix
@ -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
|
||||
'';
|
||||
};
|
||||
}
|
||||
);
|
||||
|
Reference in New Issue
Block a user