mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 12:40:44 +03:00
ref2
This commit is contained in:
+3
-1
@@ -19,5 +19,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
# This is highly advised, and will prevent many possible mistakes
|
# This is highly advised, and will prevent many possible mistakes
|
||||||
checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks inputs.self.deploy) inputs.deploy-rs.lib;
|
checks = builtins.mapAttrs (
|
||||||
|
system: deployLib: deployLib.deployChecks inputs.self.deploy
|
||||||
|
) inputs.deploy-rs.lib;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user