nix: build.nix: Remove some left over junk
diff --git a/nix/build.nix b/nix/build.nix
index ae56e5c9..24f9f020 100644
--- a/nix/build.nix
+++ b/nix/build.nix
@@ -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
