Add dependency on flake

This commit is contained in:
Mikael 2024-07-26 18:23:27 +02:00
parent b0325f0328
commit 971b057320

View file

@ -3,6 +3,7 @@
outputs = { self, ... }: {
overlays.default = final: prev: {
glibcLocales = prev.glibcLocales.overrideAttrs (base: {
nativeBuildInputs = base.nativeBuildInputs or [ ] ++ [ self ];
postPatch = base.postPatch + ''
cp ${prev.lib.escapeShellArg ./en_EU} localedata/locales/en_EU
echo 'en_EU.UTF-8/UTF-8 \' >>localedata/SUPPORTED