mirror of
https://github.com/limine-bootloader/limine
synced 2024-11-29 20:03:19 +03:00
nix: build.nix: Remove some left over junk
This commit is contained in:
parent
89a5f4a31b
commit
5f32fb75c8
@ -30,18 +30,9 @@ let
|
||||
# the bootstrap step.
|
||||
currentRepoSrc = nix-gitignore.gitignoreSource [
|
||||
# Additional git ignores:
|
||||
"flake.nix" # otherwise
|
||||
"flake.nix"
|
||||
"flake.lock"
|
||||
"nix/"
|
||||
|
||||
# bootstrapped sources from ./bootstrap
|
||||
"/build-aux/freestanding-toolchain"
|
||||
"/freestanding-headers"
|
||||
"/decompressor/cc-runtime"
|
||||
"/limine-efi"
|
||||
"/tinf"
|
||||
"/common/flanterm"
|
||||
"/stb"
|
||||
] ../.;
|
||||
|
||||
# Contains the sources downloaded by the Git submodule-like initialation done
|
||||
|
Loading…
Reference in New Issue
Block a user