mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-01-11 12:30:36 -05:00
devcontainer: fix build on nixos-unstable (#64)
This commit is contained in:
@@ -55,7 +55,12 @@ let
|
||||
shadow
|
||||
|
||||
# for the vscode extension
|
||||
gcc-unwrapped
|
||||
|
||||
# HACK: don't include the "libgcc" output. It has overlapping files with
|
||||
# the "lib" output, and that breaks the build.
|
||||
(gcc-unwrapped // {
|
||||
outputs = builtins.filter (x: x != "libgcc") gcc-unwrapped.outputs;
|
||||
})
|
||||
iproute
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user