fix: std undefined

This commit is contained in:
Emile Clark-Boman 2025-12-14 12:50:54 +10:00
parent ba2c835557
commit 55cf16a317

View file

@ -33,7 +33,7 @@
in {
inherit pkgsFor;
forAllSystems = f:
std.attrs.genAttrs systems (
genAttrs systems (
system: f system (pkgsFor system)
);
};
@ -45,7 +45,7 @@
in {
inherit pkgsFor upkgsFor;
forAllSystems = f:
std.attrs.genAttrs systems (
genAttrs systems (
system: f system (pkgsFor system) (upkgsFor system)
);
};