mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-01-11 20:30:37 -05:00
devcontainer: fix build on nixos-unstable (#64)
This commit is contained in:
@@ -55,7 +55,12 @@ let
|
|||||||
shadow
|
shadow
|
||||||
|
|
||||||
# for the vscode extension
|
# 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
|
iproute
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user