fix: std undefined
This commit is contained in:
parent
ba2c835557
commit
55cf16a317
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue