nix: build.nix: Remove some left over junk

This commit is contained in:
mintsuki 2024-04-09 18:15:41 +02:00
parent 89a5f4a31b
commit 5f32fb75c8

View File

@ -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